Show / Hide Table of Contents

Class InvalidLicenseException

The exception that is thrown when a license error occurs.

Inheritance
object
Exception
SamlException
InvalidLicenseException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
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: ComponentSpace.Saml2.Exceptions
Assembly: ComponentSpace.Saml2.dll
Syntax
public class InvalidLicenseException : SamlException, ISerializable

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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2026. All rights reserved.