Base class of any Exception thrown within XMLUnit.
See Also: Inherited members from Exception.
|
Inititializes an exception using the wrapped exception's message. | |
|
Inititializes an exception without cause. | |
|
Inititializes the exception. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Inititializes an exception using the wrapped exception's message.Syntax
public XMLUnitException (Exception cause)Parameters
- cause
- the root cause of the exception
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Inititializes an exception without cause.Syntax
public XMLUnitException (string message)Parameters
- message
- the detail message
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240
Inititializes the exception.Syntax
Parameters
- message
- the detail message
- cause
- the root cause of the exception
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240