C# Класс TUP.AsmResolver.Exceptions.InvalidInstructionException

Occures when an invalid instruction is detected or tried to be processed.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

InvalidInstructionException() публичный Метод

Creates a new instance of the InvalidInstructionException.
public InvalidInstructionException ( string message ) : System
message string The message of the error.
Результат System

InvalidInstructionException() публичный Метод

Creates a new instance of the InvalidInstructionException.
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.
Результат System