adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / ExceptionType Property


In This Topic
    ExceptionType Property
    In This Topic
    If the message is an exception, indicates the type of exception
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property ExceptionType As Integer
    [DataMember()]
    public int ExceptionType {get; set;}
    [DataMember()]
    public:
    property int ExceptionType {
       int get();
       void set (    int value);
    }
    Remarks
    If present, the value will be one of the MessageExceptionType values
    See Also