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

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

public LicenseSecurityException(
	Exception e
)

Parameters

e
Type: Exception
the underlying cause of the problem
Remarks

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