LicenseException Constructor (String, Exception, Int32, )XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Create a new LicenseException with a nested cause.

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

public LicenseException(
	string message,
	Exception cause,
	int errorCode,
	FailureSeverity severity
)

Parameters

message
Type: System String
the message to be reported
cause
Type: System Exception
the nested cause
errorCode
Type: System Int32
the errorCode used to enumerate all exceptions in this package
severity
Type: FailureSeverity
the severity level
Remarks

Create a new LicenseException with a nested cause.
See Also