[]
The exception for licensing.
public class LicenseException : Exception, ISerializable
Public Class LicenseException
Inherits Exception
Implements ISerializable
| Name | Description |
|---|---|
| LicenseException(string) | Create a LicenseException with message. |
| LicenseException(string, LicenseErrorCode) | Create a LicenseException with message and error code. |
| LicenseException(string, LicenseErrorCode, Exception) | Create a LicenseException with message, error code, and inner exception. |
| LicenseException(Type) | Create a LicenseException with type information. |
| Name | Description |
|---|---|
| ErrorCode | Gets the license error code. |
| ErrorTitle | Gets a user-friendly error title for popup display. |
| FailedType | Gets the type that failed licensing. |