Click or drag to resize
LicenseInvalidException Constructor (String, Exception)
Initializes a new instance of the LicenseInvalidException class

Namespace: Veeplay.licensing
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public LicenseInvalidException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also