Click or drag to resize

MatchingException Constructor (String, Exception)

Creates a new matching exception with specified message caused by innerException

Namespace:  SanteDB.Matcher.Exceptions
Assembly:  SanteDB.Matcher (in SanteDB.Matcher.dll) Version: 2.2.1
Syntax
public MatchingException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString

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

innerException
Type: SystemException

[Missing <param name="innerException"/> documentation for "M:SanteDB.Matcher.Exceptions.MatchingException.#ctor(System.String,System.Exception)"]

See Also