Click or drag to resize
InvalidLicenseException Constructor (String, Exception)

Namespace: FlexRule.License
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public InvalidLicenseException(
	string msg,
	Exception inner
)

Parameters

msg
Type: SystemString
inner
Type: SystemException
See Also