Class ProductLicenseException
This exception is thrown when license violation is detected.
Namespace: GridGain.Core.Product
Assembly: GridGain.Core.dll
Syntax
public class ProductLicenseException : IgniteException
Constructors
ProductLicenseException()
Initializes a new instance of the ProductLicenseException class.
Declaration
public ProductLicenseException()
ProductLicenseException(SerializationInfo, StreamingContext)
Initializes a new instance of the ProductLicenseException class.
Declaration
protected ProductLicenseException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | Serialization information. |
| StreamingContext | context | Streaming context. |
ProductLicenseException(String)
Initializes a new instance of the ProductLicenseException class.
Declaration
public ProductLicenseException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The message that describes the error. |
ProductLicenseException(String, Exception)
Initializes a new instance of the ProductLicenseException class.
Declaration
public ProductLicenseException(string message, Exception cause)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The message. |
| Exception | cause | The cause. |