InvalidLicenseException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Constructs a new InvalidLicenseException appropriate for use in the XML Compare code.

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

public InvalidLicenseException(
	string expectedLicenseType,
	string providedLicenseType
)

Parameters

expectedLicenseType
Type: System String
the type of license expected
providedLicenseType
Type: System String
the type of license actually provided
Remarks

Constructs a new InvalidLicenseException appropriate for use in the XML Compare code.
See Also