Init(args)
Scripting Reference
List of all members | Public Member Functions
Sisus.Init.MissingInitArgumentsException Class Reference

Description

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...