Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ Validate()

void Sisus.Init.IArgs< TFirstArgument, TSecondArgument, TThirdArgument, TFourthArgument >.Validate ( TFirstArgument firstArgument,
TSecondArgument secondArgument,
TThirdArgument thirdArgument,
TFourthArgument fourthArgument )

Validates the initialization arguments that were provided to this client.

By default, this returns false if any argument is null.

Parameters
firstArgumentFirst received argument to validate.
secondArgumentSecond received argument to validate.
thirdArgumentThird received argument to validate.
fourthArgumentFourth received argument to validate.
Exceptions
InvalidInitArgumentsExceptionThrown if one or more the arguments are invalid.