Method | Description | |
---|---|---|
InstructionNotFoundException ( ) : System | ||
InstructionNotFoundException ( string message ) : System | ||
InstructionNotFoundException ( string message, Exception innerException ) : System |
Method | Description | |
---|---|---|
InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System |
public InstructionNotFoundException ( ) : System | ||
return | System |
protected InstructionNotFoundException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public InstructionNotFoundException ( string message ) : System | ||
message | string | |
return | System |
public InstructionNotFoundException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |