Dela via


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.

Applies to

See also