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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.