ComError Type
Describes recoverable and unrecoverable conditions originating from the JV-Link COM layer.
Union cases
| Union case |
Description
|
Full Usage:
CommunicationFailure(errorCode, details)
Parameters:
int
details : string
|
|
Full Usage:
InvalidInput details
Parameters:
string
|
|
Full Usage:
InvalidState details
Parameters:
string
|
|
Full Usage:
NotInitialized
|
|
Full Usage:
RegistryInvalid details
Parameters:
string
|
|
Full Usage:
Unexpected details
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCommunicationFailure
Returns: bool
|
|
Full Usage:
this.IsInvalidInput
Returns: bool
|
|
Full Usage:
this.IsInvalidState
Returns: bool
|
|
Full Usage:
this.IsNotInitialized
Returns: bool
|
|
Full Usage:
this.IsRegistryInvalid
Returns: bool
|
|
Full Usage:
this.IsUnexpected
Returns: bool
|
|
Xanthos