Click or drag to resize

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

Creates a new HL7 processing exception

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

Parameters

message  String

[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  String

[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  String

[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  Int32

[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  Int32

[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  Exception

[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