Initializes a new instance of the
InvalidLicenseException class.
Syntax
public InvalidLicenseException(
string
)
public:
InvalidLicenseException(
String^
)
Parameters
- message
- A string that describes the reason you are creating this exception object.
See Also