←Select platform

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 Leadtools.Medical.Workstation.MessageType _ 
) 
public: 
MessagerMessageEventArgs(  
   Exception^ error, 
   String^ message, 
   Leadtools.Medical.Workstation.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly