Table of Contents

Class CorruptedLicenseException

Namespace
MASES.LicenseManager.Common
Assembly
C2JBridge.dll

Exception raised if the license file is not available. Extends InvalidLicenseException.

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

Constructors

CorruptedLicenseException()

Constructor

public CorruptedLicenseException()

CorruptedLicenseException(SerializationInfo, StreamingContext)

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

protected CorruptedLicenseException(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).

CorruptedLicenseException(string)

Constructor

public CorruptedLicenseException(string message)

Parameters

message string

The message to put in CorruptedLicenseException

CorruptedLicenseException(string, Exception)

Constructor

public CorruptedLicenseException(string message, Exception innerException)

Parameters

message string

The message to put in CorruptedLicenseException

innerException Exception

The inner Exception