adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / CreateWithMessageOverride Method

In This Topic
    CreateWithMessageOverride Method
    In This Topic
    Creates a new Message using the specified message code and message text
    Syntax
    'Declaration
     
    
    Public Shared Function CreateWithMessageOverride( _
       ByVal type As MessageType, _
       ByVal code As String, _
       ByVal messageText As String _
    ) As Message
    public static Message CreateWithMessageOverride( 
       MessageType type,
       string code,
       string messageText
    )

    Parameters

    type
    code
    messageText
    Remarks
    This method creates a new Message with the specified message code, but sets the Text to the messageText rather than the default string associated with the code.
    See Also