RemoteRpcException Class

Definition

Base exception class for any exception that happens while receiving an JSON-RPC communication.

public abstract class RemoteRpcException : Exception
[System.Serializable]
public abstract class RemoteRpcException : Exception
type RemoteRpcException = class
    inherit Exception
[<System.Serializable>]
type RemoteRpcException = class
    inherit Exception
Public MustInherit Class RemoteRpcException
Inherits Exception
Inheritance
RemoteRpcException
Derived
Attributes

Constructors

RemoteRpcException(SerializationInfo, StreamingContext)

Initializes a new instance of the RemoteRpcException class.

RemoteRpcException(String)

Initializes a new instance of the RemoteRpcException class.

RemoteRpcException(String, Exception)

Initializes a new instance of the RemoteRpcException class.

Properties

DeserializedErrorData

Gets or sets the error.data value in the error response, if one was provided.

ErrorCode

Gets or sets the value of the error.code field in the response, if one is available.

ErrorData

Gets or sets the error.data value in the error response, if one was provided.

Methods

GetObjectData(SerializationInfo, StreamingContext)
Obsolete.

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to