ClassLicenseException
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:
public class LicenseException : Exception, ISerializable
Inheritance: objectExceptionLicenseException
Implements:
Inherited Members
Constructors
LicenseException(string)
Initializes a new instance of the LicenseException class with a specified error message.
Declaration
public LicenseException(string message)
Parameters
message
The message that describes the license validation error.
LicenseException(string, string)
Initializes a new instance of the LicenseException class with a specified error message.
Properties
Log
Gets the log content as a string, providing a record of events or messages generated by the application.
Declaration
public string Log { get; }
Property Value
Remarks
The log is updated in real-time and can be used for monitoring application behavior or debugging purposes.