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::Data Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Protected propertyException.HResultException.HResultException::HResult Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.InnerExceptionException.InnerExceptionException::InnerException Gets the ExceptionExceptionException instance that caused the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.MessageException.MessageException::Message Gets a message that describes the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.SourceException.SourceException::Source Gets or sets the name of the application or the object that causes the error. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.StackTraceException.StackTraceException::StackTrace Gets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public propertyException.TargetSiteException.TargetSiteException::TargetSite Gets the method that throws the current exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.GetBaseExceptionException.GetBaseExceptionException::GetBaseException When 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::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.GetObjectDataException.GetObjectDataException::GetObjectData When overridden in a derived class, sets the SerializationInfoSerializationInfoSerializationInfo with information about the exception. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Public methodException.GetTypeException.GetTypeException::GetType Gets the runtime type of the current instance. (Inherited from System.ExceptionSystem.ExceptionSystem::Exception)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodException.ToStringException.ToStringException::ToString Creates and returns a string representation of the current exception. (Overrides Object.ToStringObject.ToStringObject::ToString)

Top