 | ObjectNullExceptionCreate Method |
Creates a null exception for the specified object name.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic static ObjectNullException Create(
string object
)
public:
static ObjectNullException^ Create(
String^ object
)
Parameters
- object
- Type: SystemString
The null object name.
Return Value
Type:
ObjectNullExceptionThe created null exception.
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also