DeltaXMLProcessingException Constructor (String, Exception)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a new exception which wraps an existing exception and provides an additional message.

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

public DeltaXMLProcessingException(
	string message,
	Exception e
)

Parameters

message
Type: System String
The error or warning message.
e
Type: System Exception
The Exception or Error to wrap.
Remarks

Creates a new exception which wraps an existing exception and provides an additional message.

See Also