adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / MessageExceptionType Enumeration


In This Topic
    MessageExceptionType Enumeration
    In This Topic
    Indicates the type of the specialized exception. Used to map the generic message exception to the correct type on the client.
    Syntax
    'Declaration
     
    
    Public Enum MessageExceptionType 
       Inherits System.Enum
    public enum MessageExceptionType : System.Enum 
    public enum class MessageExceptionType : public System.Enum 
    Members
    MemberValueDescription
    DatabaseError16 
    DataValidationError8 
    FeatureNotSupported15 
    General1 
    InternalServerError4 
    InvalidFetchTarget9 
    InvalidParameter13 
    InvalidSession14 
    LogonFailure2 
    MissingData3 
    MultipleMatches10 
    None0 
    ObjectNotFound7 
    PermissionDeniedError5 
    ReferentialIntegrityViolation11 
    ServerNotFound12 
    UnexpectedError6 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcanaDevelopment.adTempus.Shared.MessageExceptionType

    See Also