xmlunit-core : Org.XmlUnit Namespace

XMLUnitException Class

Base class of any Exception thrown within XMLUnit.

Syntax

public class XMLUnitException : 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.7.2.178

Members

See Also: Inherited members from Exception.

Public Constructors

Inititializes an exception using the wrapped exception's message.
Inititializes an exception without cause.
Inititializes the exception.

Extension Methods

static
Singleton<T> (this T) : IEnumerable<T>
An enumerable containing a single element.

Member Details

XMLUnitException Constructor

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.7.2.178

XMLUnitException Constructor

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.7.2.178

XMLUnitException Constructor

Inititializes the exception.

Syntax

public XMLUnitException (string message, Exception cause)

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.7.2.178