Skip to content

Class ServiceException

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

Base exception for DotBoxD errors.

public class ServiceException : Exception, ISerializable

objectExceptionServiceException

RemoteServiceException, ServiceConnectionException, ServiceNotFoundException, ServiceProtocolException, ServiceTimeoutException

ISerializable

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()

public ServiceException()
public ServiceException(string message)

message string

public ServiceException(string message, Exception innerException)

message string

innerException Exception