Class RpcException
Represents an RPC error. Such erros happen when the targeted remote cannot handle the request and post back a fault instead of a method response.
public class RpcException : RanorexException, ISerializable, _Exception
- Inheritance
-
RpcException
- Implements
- Inherited Members
Constructors
RpcException()
Creates a new RpcException exception.
public RpcException()
RpcException(SerializationInfo, StreamingContext)
Initializes a new instance of the RpcException class.
protected RpcException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization info.
contextStreamingContextThe streaming context.
RpcException(string)
Creates a new RpcException.
public RpcException(string message)
Parameters
messagestringThe exception message.
RpcException(string, Exception)
Creates a new RpcException.
public RpcException(string message, Exception inner)