LicenseContentException Constructor (String, Exception)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Constructs a new LicenseExpiredException, passing in the inner cause exception, for use in the XML Compare code.

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

public LicenseContentException(
	string message,
	Exception cause
)

Parameters

message
Type: System String
a message providing further details of the content problem
cause
Type: System Exception
the nested cause
Remarks

Constructs a new LicenseExpiredException, passing in the inner cause exception, for use in the XML Compare code.
See Also