Initializes a new HLException object with an error code. The exception message is generated based on the error code.

Namespace:  Mergecom.HL7
Assembly:  Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.2.0.0

Syntax

C#
public HL7Exception(
	int errorCode
)
Visual Basic (Declaration)
Public Sub New ( _
	errorCode As Integer _
)
Visual C++
public:
HL7Exception(
	int errorCode
)

Parameters

errorCode
Type: System..::.Int32
One of the error code defined by static fields in this class.

See Also