|
CancellableOperationTThrowIfNull Method
|
Asserts the passed object is not null.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.2.0.9
Syntaxprotected void ThrowIfNull(
Object obj,
string name
)
Parameters
- obj
- Type: SystemObject
Object to check. - name
- Type: SystemString
Param / variable name.
See Also