adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / Message Constructor

In This Topic
    Message Constructor
    In This Topic
    Creates a Message for the specified message code.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As MessageType, _
       ByVal code As String _
    )
    public Message( 
       MessageType type,
       string code
    )

    Parameters

    type
    code
    Remarks
    This method can only be used for one of the predefined code values. The Text for the code is loaded from the resource file.
    See Also