Click or drag to resize

MdmException(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(
	string message,
	Exception cause
)

Parameters

message  String

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

cause  Exception

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

See Also