Class IgniteIllegalStateException
Indicates that ignite in invalid state was accessed.
Namespace: Apache.Ignite.Core.Common
Assembly: Apache.Ignite.Core.dll
Syntax
public class IgniteIllegalStateException : IgniteException
  Constructors
IgniteIllegalStateException()
Initializes a new instance of the IgniteIllegalStateException class.
Declaration
public IgniteIllegalStateException()
  IgniteIllegalStateException(SerializationInfo, StreamingContext)
Initializes a new instance of the IgniteIllegalStateException class.
Declaration
protected IgniteIllegalStateException(SerializationInfo info, StreamingContext ctx)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Serialization information.  | 
      
| StreamingContext | ctx | Streaming context.  | 
      
IgniteIllegalStateException(String)
Initializes a new instance of the IgniteIllegalStateException class.
Declaration
public IgniteIllegalStateException(string message)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error.  | 
      
IgniteIllegalStateException(String, Exception)
Initializes a new instance of the IgniteIllegalStateException class.
Declaration
public IgniteIllegalStateException(string message, Exception cause)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message.  | 
      
| Exception | cause | The cause.  |