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;}
    Remarks
    If present, the value will be one of the MessageExceptionType values
    See Also