Initializes a new HLException object with an error code. The exception message is
generated based on the error code.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public HL7Exception( int errorCode ) |
| Visual Basic |
|---|
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.