DeltaXMLError Constructor (String)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a new error with an identifying message.

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

public DeltaXMLError(
	string message
)

Parameters

message
Type: System String
The error or warning message.
Remarks

Creates a new error with an identifying message.

See Also