Click or drag to resize

RpcException Constructor

Overload List
  NameDescription
Public methodRpcException
Initializes a new instance of the RpcException class.
Public methodRpcException(String)
Initializes a new instance of the RpcException class with a specified error message.
Protected methodRpcException(SerializationInfo, StreamingContext)
Initializes a new instance of the RpcException class with serialized data.
Public methodRpcException(String, Exception)
Initializes a new instance of the RpcException class with a specified error message and a reference to the inner RpcException that is the cause of this RpcException.
Top
See Also