Class
LicenseException

Represents errors that occur during license validation for Telerik Document Processing libraries.

Definition

Namespace:Telerik.Documents.AI.Tools.Core.License

Assembly:Telerik.Documents.AI.Tools.Core.dll

Syntax:

cs-api-definition
public class LicenseException : Exception, ISerializable

Inheritance: objectExceptionLicenseException

Implements: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

Constructors

LicenseException(string)

Initializes a new instance of the LicenseException class with a specified error message.

Declaration

cs-api-definition
public LicenseException(string message)

Parameters

message

string

The message that describes the license validation error.

LicenseException(string, string)

Initializes a new instance of the LicenseException class with a specified error message.

Declaration

cs-api-definition
public LicenseException(string message, string log)

Parameters

message

string

The message that describes the license validation error.

log

string

The log content providing details about the license validation process.

Properties

Log

Gets the log content as a string, providing a record of events or messages generated by the application.

Declaration

cs-api-definition
public string Log { get; }

Property Value

string

Remarks

The log is updated in real-time and can be used for monitoring application behavior or debugging purposes.