Table of Contents

Class FallbackInTrialModeException

Namespace
MASES.LicenseManager.Common
Assembly
C2JBridge.dll

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

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

Constructors

FallbackInTrialModeException()

Constructor

public FallbackInTrialModeException()

FallbackInTrialModeException(SerializationInfo, StreamingContext)

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

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

FallbackInTrialModeException(string)

Constructor

public FallbackInTrialModeException(string message)

Parameters

message string

The message to put in FallbackInTrialModeException

FallbackInTrialModeException(string, Exception)

Constructor

public FallbackInTrialModeException(string message, Exception innerException)

Parameters

message string

The message to put in FallbackInTrialModeException

innerException Exception

The inner Exception