Edit

Share via


Visio.DocumentErrorEventArgs interface

Provides information about DocumentError event.

Remarks

[ API set: 1.1 ]

Properties

errorCode

Visio Error code.

errorMessage

Message about error that occurred.

isCritical

Tells if the error is critical or not. If critical the session cannot continue.

Property Details

errorCode

Visio Error code.

TypeScript
errorCode: number;

Property Value

number

Remarks

[ API set: 1.1 ]

errorMessage

Message about error that occurred.

TypeScript
errorMessage: string;

Property Value

string

Remarks

[ API set: 1.1 ]

isCritical

Tells if the error is critical or not. If critical the session cannot continue.

TypeScript
isCritical: boolean;

Property Value

boolean

Remarks

[ API set: 1.1 ]