Show / Hide Table of Contents

Class LicenseException

Signals that an operation has failed due to a licensing error, such as a missing license or license limit being exceeded.

Inheritance
object
Exception
PortableException
LicenseException
Implements
IPortableObject
ISerializable
Inherited Members
PortableException.Name
PortableException.FullStackTrace
PortableException.InnerException
PortableException.Message
PortableException.StackTrace
PortableException.GetObjectData(SerializationInfo, StreamingContext)
PortableException.ToString()
PortableException.ReadExternal(IPofReader)
PortableException.WriteExternal(IPofWriter)
PortableException.m_name
PortableException.m_message
PortableException.m_arrStackRemote
PortableException.m_innerException
Exception.GetBaseException()
Exception.GetType()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.Source
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
[Serializable]
public class LicenseException : PortableException, IPortableObject, ISerializable

Constructors

LicenseException()

Construct a new LicenseException.

Declaration
public LicenseException()

LicenseException(SerializationInfo, StreamingContext)

Construct a LicenseException class with serialized data.

Declaration
public LicenseException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

LicenseException(string)

Construct a LicenseException with the given detail message.

Declaration
public LicenseException(string message)
Parameters
Type Name Description
string message

A detail message.

Implements

IPortableObject
ISerializable
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.