Skip to main content

Class LicenseExpiredException

Inheritance

↳ object

    ↳ Exception

        ↳ LicenseException

            LicenseExpiredException

Implements

ISerializable

Inherited Members

GetBaseException()

GetObjectData(SerializationInfo, StreamingContext)

GetType()

ToString()

Data

HelpLink

HResult

InnerException

Message

Source

StackTrace

TargetSite

SerializeObjectState

Equals(object)

Equals(object, object)

GetHashCode()

MemberwiseClone()

ReferenceEquals(object, object)

Namespace: OptimaJet.Workflow.Core.License

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class LicenseExpiredException : LicenseException, ISerializable

Constructors

LicenseExpiredException(string)

Declaration
public LicenseExpiredException(string message)
Parameters
TypeNameDescription
stringmessage

Extension Methods