Class RemoteServiceException
Namespace: DotBoxD.Services.Exceptions
Assembly: DotBoxD.Services.dll
Exception thrown when a remote RPC call fails.
public class RemoteServiceException : ServiceException, ISerializableInheritance
Section titled “Inheritance”object ← Exception ← ServiceException ← RemoteServiceException
Implements
Section titled “Implements”Inherited Members
Section titled “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.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Constructors
Section titled “Constructors”RemoteServiceException(string, string)
Section titled “ RemoteServiceException(string, string)”public RemoteServiceException(string message, string remoteExceptionType)Parameters
Section titled “Parameters”message string
remoteExceptionType string
Properties
Section titled “Properties”RemoteExceptionType
Section titled “ RemoteExceptionType”The type name of the remote exception.
public string RemoteExceptionType { get; }