C# 클래스 TUP.AsmResolver.Exceptions.InvalidInstructionException

Occures when an invalid instruction is detected or tried to be processed.
상속: System.Exception
파일 보기 프로젝트 열기: Rex-Hays/GNIDA

공개 메소드들

메소드 설명
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