Method | Description | |
---|---|---|
InvalidInstructionException ( string message ) : System |
Creates a new instance of the InvalidInstructionException.
|
|
InvalidInstructionException ( string message, byte bytes, Win32Assembly assembly ) : System |
Creates a new instance of the InvalidInstructionException.
|
public InvalidInstructionException ( string message ) : System | ||
message | string | The message of the error. |
return | System |
public InvalidInstructionException ( string message, byte bytes, Win32Assembly assembly ) : System | ||
message | string | The message of the error. |
bytes | byte | The corresponding bytes. |
assembly | Win32Assembly | The assembly where the error occured. |
return | System |