Show / Hide Table of Contents

Class LicenseException

The exception that is thrown when a license error occurs.

Inheritance
System.Object
OpenIDException
LicenseException
Namespace: ComponentSpace.OpenID.Exceptions
Assembly: ComponentSpace.OpenID.dll
Syntax
public class LicenseException : OpenIDException

Constructors

LicenseException()

Initializes a new instance of the LicenseException class.

Declaration
public LicenseException()

LicenseException(String)

Initializes a new instance of the LicenseException class.

Declaration
public LicenseException(string message)
Parameters
Type Name Description
System.String message

The error message.

LicenseException(String, Exception)

Initializes a new instance of the LicenseException class.

Declaration
public LicenseException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The error message.

Exception innerException

The inner exception.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.