Skip to content

voltmx.model.Exception Properties

The voltmx.model.Exception object provides the following properties.

code Property


Specifies the error code.

Syntax

code

Type

Number

Read / Write

Read only

Remarks

This property can only be set to one of the values in the voltmx.model.ExceptionCode constants.


message Property


Contains a description of the error message.

Syntax

message

Type

String

Read / Write

Read only


name Property


Contains the name of the exception

Syntax

name

Type

String

Read / Write

Read only