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

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

public DeltaXMLProcessingException(
	Exception e,
	int errorCode
)

Parameters

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 provides an errorCode.

See Also