![]() |
Init(args)
Scripting Reference
|
The exception that is thrown when attempting to create an instance of an object that implements an IArgs<> interface without having provided the arguments that it requires.
Inherits InvalidOperationException.
Public Member Functions | |
MissingInitArgumentsException () | |
Initializes a new instance of the MissingInitArgumentsException class. More... | |
MissingInitArgumentsException (Type clientType) | |
Initializes a new instance of the MissingInitArgumentsException class. More... | |
MissingInitArgumentsException (object client) | |
Initializes a new instance of the MissingInitArgumentsException class. More... | |
MissingInitArgumentsException (string message, Exception inner) | |
Initializes a new instance of the MissingInitArgumentsException class. More... | |
MissingInitArgumentsException (string message) | |
Initializes a new instance of the MissingInitArgumentsException class. More... | |