Table of Contents

Class InvalidLicenseException

Namespace
MASES.LicenseManager.Common
Assembly
C2JBridge.dll

Exception raised if the license is not valid. Extends MasesBaseException.

[Serializable]
public class InvalidLicenseException : MasesBaseException, ISerializable, _Exception
Inheritance
InvalidLicenseException
Implements
Derived
Inherited Members
Extension Methods

Constructors

InvalidLicenseException()

Constructor

public InvalidLicenseException()

InvalidLicenseException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidLicenseException class with serialized data.

protected InvalidLicenseException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).

InvalidLicenseException(string)

Constructor

public InvalidLicenseException(string message)

Parameters

message string

The message to put in InvalidLicenseException

InvalidLicenseException(string, Exception)

Constructor

public InvalidLicenseException(string message, Exception innerException)

Parameters

message string

The message to put in InvalidLicenseException

innerException Exception

The inner Exception