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

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

public DeltaXMLProcessingException(
	string message,
	Exception e,
	int errorCode
)

Parameters

message
Type: System String
The error or warning message.
e
Type: System Exception
The Exception or Error to wrap.
errorCode
Type: System Int32
The code which identifies the error type and origin.
Remarks

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

See Also