![]() |
Init(args)
Scripting Reference
|
The exception that is thrown when arguments have been provided for an object being initialized but it fails to receive them.
Inherits NotImplementedException.
Public Member Functions | |
InitArgumentsNotReceivedException () | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |
InitArgumentsNotReceivedException (string methodName) | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |
InitArgumentsNotReceivedException (string methodName, Type clientType) | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |
InitArgumentsNotReceivedException (Type clientType) | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |
InitArgumentsNotReceivedException (object client) | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |
InitArgumentsNotReceivedException (string methodName, Exception inner) | |
Initializes a new instance of the InitArgumentsNotReceivedException class. More... | |