ResponseError Class | 
[This is preliminary documentation and is subject to change.]
Namespace: JsonRpc.Messages
The ResponseError type exposes the following members.
| Name | Description | |
|---|---|---|
| ResponseError | Initializes a new instance of the ResponseError class  | |
| ResponseError(Int32, String) | Initializes a new instance of the ResponseError class  | |
| ResponseError(JsonRpcErrorCode, String) | Initializes a new instance of the ResponseError class  | |
| ResponseError(Int32, String, Object) | Initializes a new instance of the ResponseError class  | |
| ResponseError(JsonRpcErrorCode, String, Object) | Initializes a new instance of the ResponseError class  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| FromException(Exception) | 
            Instantiates a new ResponseError from an existing Exception.
              | |
| FromException(ClrExceptionErrorData) | 
            Instantiates a new ResponseError from an existing ClrExceptionErrorData.
              | |
| FromException(Exception, Boolean) | 
            Instantiates a new ResponseError from an existing Exception.
              | |
| GetData(Type) | 
            Deserializes Data into the object of specified type.
              | |
| GetDataT | 
            Deserializes Data into the object of specified type.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| SetData | 
            Serializes the specified object into JSON Data.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |