• Version 5.4.0
Show / Hide Table of Contents

Class LicenseNotFoundException

This exception was thrown if required license cannot be found.

Inheritance
object
Exception
LicenseException
LicenseNotFoundException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.CmeDropCopyHandler
Assembly: OnixS.CmeDropCopyHandler.dll
Syntax
[Serializable]
public class LicenseNotFoundException : LicenseException, ISerializable

Constructors

LicenseNotFoundException()

Initializes a new instance of the Exception class.

Declaration
public LicenseNotFoundException()

LicenseNotFoundException(string)

Initializes a new instance of the Exception class with a specified error message.

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

The message that describes the error.

LicenseNotFoundException(string, Exception)

Initializes a new instance of the Exception class with a specified error message and inner exception.

Declaration
public LicenseNotFoundException(string message, Exception inner)
Parameters
Type Name Description
string message

The message that describes the error.

Exception inner

Inner Exception.

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX