Show / Hide Table of Contents

Class InvalidLicenseException

The exception that is thrown when a license error occurs.

Inheritance
object
Exception
SAMLException
InvalidLicenseException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
public class InvalidLicenseException : SAMLException, ISerializable, _Exception

Constructors

InvalidLicenseException()

Initializes a new instance of the InvalidLicenseException class.

Declaration
public InvalidLicenseException()

InvalidLicenseException(string)

Initializes a new instance of the InvalidLicenseException class.

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

The error message.

InvalidLicenseException(string, Exception)

Initializes a new instance of the InvalidLicenseException class.

Declaration
public InvalidLicenseException(string message, Exception innerException)
Parameters
Type Name Description
string message

The error message.

Exception innerException

The inner exception.

Implements

ISerializable
_Exception
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2026. All rights reserved.