Mono.Cecil.Inject.InjectionDefinitionException.InjectionDefinitionException C# (CSharp) Method

InjectionDefinitionException() public method

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