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

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

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

Parameters

message
Type: System String
the message to be reported
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.
See Also