Class RpcException

The exception that descibes an RPC error.

Inheritance
Object
Exception
RpcException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Solti.Utils.Rpc
Assembly: Solti.Utils.Rpc.Client.dll
Syntax
public class RpcException : Exception, ISerializable
Remarks

The inner exception contains the actual remote error.

Constructors

RpcException()

Creates a new RpcException instance.

Declaration
public RpcException()

RpcException(String)

Creates a new RpcException instance.

Declaration
public RpcException(string message)
Parameters
Type Name Description
String message

RpcException(String, Exception)

Creates a new RpcException instance.

Declaration
public RpcException(string message, Exception innerException)
Parameters
Type Name Description
String message
Exception innerException

Implements

System.Runtime.Serialization.ISerializable
In This Article
Back to top Generated by DocFX