RemoteTargetNotSetException Class

Definition

Remote RPC exception that indicates that the server has no target object.

public class RemoteTargetNotSetException : StreamJsonRpc.RemoteRpcException
[System.Serializable]
public class RemoteTargetNotSetException : StreamJsonRpc.RemoteRpcException
type RemoteTargetNotSetException = class
    inherit RemoteRpcException
[<System.Serializable>]
type RemoteTargetNotSetException = class
    inherit RemoteRpcException
Public Class RemoteTargetNotSetException
Inherits RemoteRpcException
Inheritance
RemoteTargetNotSetException
Attributes

Constructors

RemoteTargetNotSetException(SerializationInfo, StreamingContext)

Initializes a new instance of the RemoteTargetNotSetException class.

Properties

DeserializedErrorData

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

(Inherited from RemoteRpcException)
ErrorCode

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

(Inherited from RemoteRpcException)
ErrorData

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

(Inherited from RemoteRpcException)

Methods

GetObjectData(SerializationInfo, StreamingContext) (Inherited from RemoteRpcException)

Applies to

See also