Click or drag to resize

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

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
)

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)"]

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)"]

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)"]

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)"]

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)"]

See Also