Table of Contents

Class RemoteServiceException

Namespace
DotBoxD.Services.Exceptions
Assembly
DotBoxD.Services.dll

Exception thrown when a remote RPC call fails.

public class RemoteServiceException : ServiceException, ISerializable
Inheritance
RemoteServiceException
Implements
Inherited Members

Constructors

RemoteServiceException(string, string)

public RemoteServiceException(string message, string remoteExceptionType)

Parameters

message string
remoteExceptionType string

Properties

RemoteExceptionType

The type name of the remote exception.

public string RemoteExceptionType { get; }

Property Value

string