Overload | Description |
---|---|
GridInternalException Constructor() | Initializes a new instance of the GridInternalException class. |
GridInternalException Constructor(String) | Initializes a new instance of the GridInternalException class with a specified error message. |
GridInternalException Constructor(Exception) | Initializes a new instance of the GridException class with a reference to the inner exception that is the cause of this exception. |
GridInternalException Constructor(String,Exception) | Initializes a new instance of the GridException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
GridInternalException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the GridInternalException class specify serialization information and a streaming context. |