XMLComparatorConfigurationException Constructor (String)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new exception with the specified detail message.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public XMLComparatorConfigurationException(
	string msg
)

Parameters

msg
Type: System String
The error message reported with the exception.
Remarks

Construct a new exception with the specified detail message.

See Also