![]() |
Init(args)
Scripting Reference
|
The exception that is thrown when invalid arguments are passed to an object during its initialization.
Static Public Member Functions | |
static void | ThrowIfNull< TArgument > ([DisallowNull] object client, TArgument argument) |
Checks if the argument is null and throws an InvalidInitArgumentsException if it is. | |