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
Показать файл Открыть проект

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

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