 | MatchingException(String, Exception) Constructor |
Creates a new matching exception with specified message caused by innerException
Namespace: SanteDB.Matcher.ExceptionsAssembly: SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 3.0.2081-alpha+c89b6faf865d37596ce49c6b3119b280fbaa425a
Syntaxpublic MatchingException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
MatchingException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> MatchingExceptionParameters
- message String
[Missing <param name="message"/> documentation for "M:SanteDB.Matcher.Exceptions.MatchingException.#ctor(System.String,System.Exception)"]
- innerException Exception
[Missing <param name="innerException"/> documentation for "M:SanteDB.Matcher.Exceptions.MatchingException.#ctor(System.String,System.Exception)"]
See Also