| AlreadyInitializedExceptionCreate Method |
Creates an already initialized exception for the given object.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static AlreadyInitializedException Create(
Object object
)
public:
static AlreadyInitializedException^ Create(
Object^ object
)
Parameters
- object
- Type: SystemObject
The object that has already been initialized.
Return Value
Type:
AlreadyInitializedExceptionThe AlreadyInitializedException with a message specifying the type of the object that throw this exception.
Examples throw AlreadyInitializedException.Create(this);
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also