Class ServiceException
Namespace: DotBoxD.Services.Exceptions
Assembly: DotBoxD.Services.dll
Base exception for DotBoxD errors.
public class ServiceException : Exception, ISerializableInheritance
Section titled “Inheritance”object ← Exception ← ServiceException
Derived
Section titled “Derived”RemoteServiceException, ServiceConnectionException, ServiceNotFoundException, ServiceProtocolException, ServiceTimeoutException
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”ServiceException()
Section titled “ ServiceException()”public ServiceException()ServiceException(string)
Section titled “ ServiceException(string)”public ServiceException(string message)Parameters
Section titled “Parameters”message string
ServiceException(string, Exception)
Section titled “ ServiceException(string, Exception)”public ServiceException(string message, Exception innerException)Parameters
Section titled “Parameters”message string
innerException Exception