|
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.
Public Member Functions | |
| InitArgumentsNotReceivedException ([CallerMemberName] string methodName=null) | |
| Initializes a new instance of the InitArgumentsNotReceivedException class. | |
| InitArgumentsNotReceivedException (Type clientType, [CallerMemberName] string methodName=null) | |
| Initializes a new instance of the InitArgumentsNotReceivedException class. | |
| InitArgumentsNotReceivedException (object client, [CallerMemberName] string methodName=null) | |
| Initializes a new instance of the InitArgumentsNotReceivedException class. | |
| InitArgumentsNotReceivedException (string methodName, Exception inner) | |
| Initializes a new instance of the InitArgumentsNotReceivedException class. | |