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

◆ Validate()

void Sisus.Init.IArgs< TFirstArgument, TSecondArgument >.Validate ( TFirstArgument firstArgument,
TSecondArgument secondArgument )

Validates the initialization arguments that were provided to this client.

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

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