MessagerMessageEventArgs Constructor

Summary

Initializes a new instance of the MessagerMessageEventArgs class.

Syntax
C#
VB
C++
public MessagerMessageEventArgs( 
   Exception error, 
   string message, 
   MessageType type 
) 
  
Public Function New( _ 
   ByVal error As Exception, _ 
   ByVal message As String, _ 
   ByVal type As MessageType _ 
) 
public: 
MessagerMessageEventArgs(  
   Exception^ error, 
   String^ message, 
   MessageType type 
) 

Parameters

error
Type: System.Exception. The error exception.

message
Type: System.String The message text.

type
Type: MessageType The message type.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly