Click or drag to resize

ResponseError Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodResponseError
Initializes a new instance of the ResponseError class
Public methodResponseError(Int32, String)
Initializes a new instance of the ResponseError class
Public methodResponseError(JsonRpcErrorCode, String)
Initializes a new instance of the ResponseError class
Public methodResponseError(Int32, String, Object)
Initializes a new instance of the ResponseError class
Public methodResponseError(JsonRpcErrorCode, String, Object)
Initializes a new instance of the ResponseError class
Top
See Also