AsposeLicenseException

AsposeLicenseException class

This exception is thrown if any errors with license are detected.

AsposeLicenseException

NameDescription
AsposeLicenseException()Creates a new AsposeLicenseException.

Returns: AsposeLicenseException


AsposeLicenseException

NameDescription
AsposeLicenseException(String)Creates a new AsposeLicenseException with a message string.

Parameters:

NameTypeDescription
messageStringThe message string.

Returns: AsposeLicenseException


AsposeLicenseException

NameDescription
AsposeLicenseException(String, Throwable)Creates a new AsposeLicenseException with a message string and a reason.

Parameters:

NameTypeDescription
messageStringThe message string.
causeThrowableThe reason that indirectly caused this exception.

Returns: AsposeLicenseException