HL7SegmentNotFoundException 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 HL7SegmentNotFoundException( 
   string message, 
   Exception e 
) 
public: 
HL7SegmentNotFoundException(  
   String^ message, 
   Exception^ e 
) 

Parameters

message
An error message.

e
The inner exception.

Requirements

Target Platforms

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

Leadtools.Medical.HL7 Assembly