BabelLicenseException
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the exception thrown for license errors.
Inheritance
object ← Exception ← BabelLicenseException
Derived
Implements
Inherited Members
Exception.GetBaseException(), Exception.GetObjectData(SerializationInfo, StreamingContext), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
BabelLicenseException()
Initializes a new instance of the Babel.Licensing.BabelLicenseException class.
BabelLicenseException(string)
Initializes a new instance of the System.Exception class with a specified error message.
Parameters
The message that describes the error.
BabelLicenseException(string, Exception)
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference
BabelLicenseException(LicenseStatus)
Initializes a new instance of the class with a specified value.
Parameters
The license status that generated this error.
BabelLicenseException(LicenseStatus, Exception)
Initializes a new instance of the class with a specified value and a reference to the inner exception that is the cause of this exception.
Parameters
The license status that generated this error.
The exception that is the cause of the current exception, or a null reference
BabelLicenseException(Type)
Initializes a new instance of the class for the type of component that was denied a license.
Parameters
A that represents the type of component that was not granted a license.
BabelLicenseException(Type, object)
Initializes a new instance of the class for the type and the instance of the component that was denied a license.
Parameters
A that represents the type of component that was not granted a license.
The instance of the component that was not granted a license.
BabelLicenseException(Type, object, string)
Initializes a new instance of the class for the type and the instance of the component that was denied a license, along with a message to display.
Parameters
A that represents the type of component that was not granted a license.
The instance of the component that was not granted a license.
The exception message to display.
BabelLicenseException(Type, object, string, Exception)
Initializes a new instance of the class for the type and the instance of the component that was denied a license, along with a message to display.
Parameters
A that represents the type of component that was not granted a license.
The instance of the component that was not granted a license.
The exception message to display.
An that represents the original exception.
Properties
LicensedType
Gets the type of the component that was not granted a license.
Property Value
Status
Gets the license status that generates this exception.
Property Value
Last updated