←Select platform

HL7InvalidArgumentException Constructor(string,Exception)

Summary

Initializes a new instance of the exception class with the given error message and inner exception object.

Syntax

C#
VB
C++
Public Function New( _ 
   ByVal message As String, _ 
   ByVal e As Exception _ 
) 
public HL7InvalidArgumentException( 
   string message, 
   Exception e 
) 
public: 
HL7InvalidArgumentException(  
   String^ message, 
   Exception^ e 
) 

Parameters

message
An error message.

e
The inner exception.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly