Visio.DocumentErrorEventArgs interface
Provides information about DocumentError event.
Properties
| error |
Visio Error code. |
| error |
Message about error that occurred. |
| is |
Tells if the error is critical or not. If critical the session cannot continue. |
Property Details
errorCode
errorMessage
isCritical
Tells if the error is critical or not. If critical the session cannot continue.
isCritical: boolean;
Property Value
boolean