Represents an exception thrown by the HL7 toolkit.

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

Syntax

C#
[SerializableAttribute]
public class HL7Exception : ApplicationException
Visual Basic
<SerializableAttribute> _
Public Class HL7Exception _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class HL7Exception : public ApplicationException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    System..::..ApplicationException
      Mergecom.HL7..::..HL7Exception

See Also