C# 클래스 Mono.Cecil.Inject.InjectionDefinitionException

An exception thrown when there is an issue when attempting to link the target method with the injection method.
상속: System.Exception
파일 보기 프로젝트 열기: denikson/Mono.Cecil.Inject

공개 메소드들

메소드 설명
InjectionDefinitionException ( string message ) : System

Initialises the exception with a message.

메소드 상세

InjectionDefinitionException() 공개 메소드

Initialises the exception with a message.
public InjectionDefinitionException ( string message ) : System
message string Message to display.
리턴 System