Table of Contents

Class RpcException

Namespace
Ranorex.Core.Remoting
Assembly
Ranorex.Core.dll

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

info SerializationInfo

The serialization info.

context StreamingContext

The streaming context.

RpcException(string)

Creates a new RpcException.

public RpcException(string message)

Parameters

message string

The exception message.

RpcException(string, Exception)

Creates a new RpcException.

public RpcException(string message, Exception inner)

Parameters

message string

The exception message.

inner Exception

The inner exception.