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
messagestringThe error message.
CilEmulatorException(string, Exception)
Creates a new instance of the CilEmulatorException class.
public CilEmulatorException(string message, Exception inner)