Table of Contents

Class CilEmulatorException

Namespace
Echo.Platforms.AsmResolver.Emulation
Assembly
Echo.Platforms.AsmResolver.dll

The exception that occurs when a CilVirtualMachine encounters an internal error.

public class CilEmulatorException : Exception, ISerializable
Inheritance
CilEmulatorException
Implements
Inherited Members

Constructors

CilEmulatorException(string)

Creates a new instance of the CilEmulatorException class.

public CilEmulatorException(string message)

Parameters

message string

The error message.

CilEmulatorException(string, Exception)

Creates a new instance of the CilEmulatorException class.

public CilEmulatorException(string message, Exception inner)

Parameters

message string

The error message.

inner Exception

The inner cause of the error.