adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class
Properties Methods

In This Topic
    Message Class Members
    In This Topic

    The following tables list the members exposed by Message.

    Public Constructors
     NameDescription
    Public Constructor Creates a message  
    Top
    Public Properties
     NameDescription
    Public Property Additional message or error code associated with some messages  
    Public Property Extended information for the message  
    Public Property Additional messages associated with the primary message.  
    Public Property Additional attributes associated with the message.  
    Public Property Additional detailed information that may be useful for debugging  
    Public Property If the message is an exception, indicates the type of exception  
    Public PropertyReturns the MessageCode with a suffix indicating the Severity  
    Public Property The help context associated with the message, if any  
    Public Property The help file associated with the message, if any  
    Public Property Indicates whether the user has hidden this message.  
    Public Property Indicates whether the user is allowed to hide this message so that it is not shown in the future.  
    Public Property A Url the user can visit for more information about the message  
    Public Property The name of the log file containing details related to the message  
    Public Property The message code that identifies the message.  
    Public Property The type of the message.  
    Public PropertyGets the numeric portion of the MessageCode  
    Public Property A description of the object that generated the message.  
    Public Property The name of the field that issued the message, if any  
    Public Property The identity of the object that generated the message.  
    Public Property Gets the text of the message.  
    Top
    Public Methods
     NameDescription
    Public Method Gets a string list of all additional properties, in the form key: value  
    Public MethodOverloaded. Gets an additional property for the message  
    Public Methodstatic (Shared in Visual Basic) Gets the description of a MessageSeverity, right-padded to the length of the longest severity literal  
    Public MethodOverloaded. Sets an additional property for the message  
    Public MethodOverloaded. Gets the name of the Severity  
    Public MethodOverloaded. Returns a string that represents the current object.  
    Top
    See Also