LicenceException ClassLicenceException ClassLicenceException Class

Exception caused by licensing errors.

Inheritance Hierarchy

Syntax

<Serializable> _
Public NotInheritable Class LicenceException _
        Inherits Exception
[Serializable]
public sealed class LicenceException : Exception
[Serializable]
public:
ref class LicenceException sealed : Exception^
 
The LicenceExceptionLicenceExceptionLicenceException type exposes the following members.

Constructors

 ConstructorDescription
Public methodLicenceException ()LicenceException ()LicenceException () Initializes a new instance of the LicenceExceptionLicenceExceptionLicenceException class.
Public methodLicenceException (string)LicenceException (String)LicenceException (String^) Initializes a new instance of the LicenceExceptionLicenceExceptionLicenceException class.
Public methodLicenceException (string, Exception)LicenceException (String, Exception)LicenceException (String^, Exception^) Initializes a new instance of the LicenceExceptionLicenceExceptionLicenceException class.

Top

Properties

 PropertyDescription
Public propertyException.DataException.DataException::DataGets a collection of key/value pairs that provide additional user-defined information about the exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.HResultException.HResultException::HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.InnerExceptionException.InnerExceptionException::InnerExceptionGets the ExceptionExceptionException instance that caused the current exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.MessageException.MessageException::MessageGets a message that describes the current exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.SourceException.SourceException::SourceGets or sets the name of the application or the object that causes the error.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.StackTraceException.StackTraceException::StackTraceGets a string representation of the immediate frames on the call stack.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.TargetSiteException.TargetSiteException::TargetSiteGets the method that throws the current exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.GetBaseExceptionException.GetBaseExceptionException::GetBaseExceptionWhen overridden in a derived class, returns the ExceptionExceptionException that is the root cause of one or more subsequent exceptions.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.GetObjectDataException.GetObjectDataException::GetObjectDataWhen overridden in a derived class, sets the SerializationInfoSerializationInfoSerializationInfo with information about the exception.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public methodException.GetTypeException.GetTypeException::GetTypeGets the runtime type of the current instance.(Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.ToStringException.ToStringException::ToStringCreates and returns a string representation of the current exception.(Overrides Object.ToStringObject.ToStringObject::ToString)

Top