Table of Contents

Class EmptyErrorListener

Namespace
AsmResolver
Assembly
AsmResolver.dll

Provides an empty implementation of the IErrorListener that silently consumes all reported errors.

public class EmptyErrorListener : IErrorListener
Inheritance
EmptyErrorListener
Implements
Inherited Members
Extension Methods

Properties

Instance

Gets the singleton instance of the EmptyErrorListener class.

public static EmptyErrorListener Instance { get; }

Property Value

EmptyErrorListener

Methods

MarkAsFatal()

Marks the process to have failed.

public void MarkAsFatal()

RegisterException(Exception)

Registers an error.

public void RegisterException(Exception exception)

Parameters

exception Exception

The error.