Init(args)
Scripting Reference
Loading...
Searching...
No Matches
Sisus.Init.InitArgumentsNotReceivedException Class Referencesealed

Description

The exception that is thrown when arguments have been provided for an object being initialized but it fails to receive them.

Inheritance diagram for Sisus.Init.InitArgumentsNotReceivedException:
Sisus.Init.InitArgsException

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.