Click or drag to resize

MdmException(IdentifiedData, String, Exception) Constructor

Creates a new mdm exception object

Namespace: SanteDB.Persistence.MDM.Exceptions
Assembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntax
public MdmException(
	IdentifiedData record,
	string message,
	Exception cause
)

Parameters

record  IdentifiedData

[Missing <param name="record"/> documentation for "M:SanteDB.Persistence.MDM.Exceptions.MdmException.#ctor(SanteDB.Core.Model.IdentifiedData,System.String,System.Exception)"]

message  String

[Missing <param name="message"/> documentation for "M:SanteDB.Persistence.MDM.Exceptions.MdmException.#ctor(SanteDB.Core.Model.IdentifiedData,System.String,System.Exception)"]

cause  Exception

[Missing <param name="cause"/> documentation for "M:SanteDB.Persistence.MDM.Exceptions.MdmException.#ctor(SanteDB.Core.Model.IdentifiedData,System.String,System.Exception)"]

See Also