GemStone::GemFire::Cache::LicenseException Class Reference

Inherits GemStone::GemFire::Cache::GemFireException.


Detailed Description

Thrown when there is no valid license for the product.

Public Member Functions

 LicenseException (String^ message, System::Exception^ innerException)
 LicenseException (String^ message)
 LicenseException ()

Protected Member Functions

 LicenseException (SerializationInfo^ info, StreamingContext context)

Constructor & Destructor Documentation

GemStone::GemFire::Cache::LicenseException::LicenseException (  )  [inline]

Default constructor

GemStone::GemFire::Cache::LicenseException::LicenseException ( String^   message  )  [inline]

Constructor to create an exception object with the given message.

Parameters:
message The exception message.

GemStone::GemFire::Cache::LicenseException::LicenseException ( String^   message,
System::Exception^   innerException 
) [inline]

Constructor to create an exception object with the given message and with the given inner exception.

Parameters:
message The exception message.
innerException The inner exception object.

GemStone::GemFire::Cache::LicenseException::LicenseException ( SerializationInfo^   info,
StreamingContext  context 
) [inline, protected]

Initializes a new instance of the class with serialized data. This allows deserialization of this exception in .NET remoting.

Parameters:
info holds the serialized object data about the exception being thrown
context contains contextual information about the source or destination


GemFire C++ Cache .NET API Documentation