 | MdmException(String, Exception) Constructor |
Creates a new mdm exception object
Namespace: SanteDB.Persistence.MDM.ExceptionsAssembly: SanteDB.Persistence.MDM (in SanteDB.Persistence.MDM.dll) Version: 3.0.2081-alpha+a75c6ef344438c8f05e3aa0d0480396778be147b
Syntaxpublic MdmException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
MdmException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> MdmExceptionParameters
- 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