Click or drag to resize

HL7ProcessingException Constructor (String, String, String, Int32, Int32, Exception)

Creates a new HL7 processing exception

Namespace:  SanteDB.Messaging.HL7.Exceptions
Assembly:  SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax
public HL7ProcessingException(
	string message,
	string segment,
	string repetition,
	int field,
	int component,
	Exception cause
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

segment
Type: SystemString

[Missing <param name="segment"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

repetition
Type: SystemString

[Missing <param name="repetition"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

field
Type: SystemInt32

[Missing <param name="field"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

component
Type: SystemInt32

[Missing <param name="component"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:SanteDB.Messaging.HL7.Exceptions.HL7ProcessingException.#ctor(System.String,System.String,System.String,System.Int32,System.Int32,System.Exception)"]

See Also