C# Class Mono.Cecil.Inject.InjectionDefinitionException

An exception thrown when there is an issue when attempting to link the target method with the injection method.
Inheritance: System.Exception
Mostra file Open project: denikson/Mono.Cecil.Inject

Public Methods

Method Description
InjectionDefinitionException ( string message ) : System

Initialises the exception with a message.

Method Details

InjectionDefinitionException() public method

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