Table of Contents

Class InvalidCilInstructionException

Namespace
AsmResolver.DotNet.Code.Cil
Assembly
AsmResolver.DotNet.dll

Represents the exception that occurs when an invalid CIL instruction was constructed.

[Serializable]
public class InvalidCilInstructionException : Exception, ISerializable
Inheritance
InvalidCilInstructionException
Implements
Inherited Members

Constructors

InvalidCilInstructionException()

Creates a new instance of the InvalidCilInstructionException class.

public InvalidCilInstructionException()

InvalidCilInstructionException(CilOpCode)

Creates a new instance of the InvalidCilInstructionException class.

public InvalidCilInstructionException(CilOpCode code)

Parameters

code CilOpCode

The operation code that was attempted to create an instruction with.

InvalidCilInstructionException(string)

Creates a new instance of the InvalidCilInstructionException class.

public InvalidCilInstructionException(string message)

Parameters

message string

The message.

InvalidCilInstructionException(string, Exception)

Creates a new instance of the InvalidCilInstructionException class.

public InvalidCilInstructionException(string message, Exception inner)

Parameters

message string

The message.

inner Exception

The inner cause of the exception.