Overload List

  NameDescription
HL7Exception(Int32)
Initializes a new HLException object with an error code. The exception message is generated based on the error code.
HL7Exception(Int32, String)
Initializes a new HLException object with an error code and a message.
HL7Exception(SerializationInfo, StreamingContext)
Constructor used when exceptions of this type are de-serialized.
HL7Exception(Int32, String, Exception)
Initializes a new HLException object with an error code, a message and an exception instance that triggered this exception.

See Also