Overload List

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

See Also