Table of Contents

Class EmulatedException

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

Describes an exception that was thrown by emulated CIL code.

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

Constructors

EmulatedException(ObjectHandle)

Wraps the provided virtual exception object into an EmulatedException instance.

public EmulatedException(ObjectHandle exceptionObject)

Parameters

exceptionObject ObjectHandle

The handle to the virtual exception object.

Properties

ExceptionObject

Gets the handle to the virtual exception object that was thrown by the emulated CIL code.

public ObjectHandle ExceptionObject { get; }

Property Value

ObjectHandle