Table of Contents

Interface IErrorListener

Namespace
AsmResolver
Assembly
AsmResolver.dll

Provides a mechanism for capturing errors that occur during a process.

public interface IErrorListener
Extension Methods

Methods

MarkAsFatal()

Marks the process to have failed.

void MarkAsFatal()

RegisterException(Exception)

Registers an error.

void RegisterException(Exception exception)

Parameters

exception Exception

The error.