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
Properties
RemoteExceptionType
The type name of the remote exception.
public string RemoteExceptionType { get; }