Table of Contents

Class ServiceException

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

Base exception for DotBoxD errors.

public class ServiceException : Exception, ISerializable
Inheritance
ServiceException
Implements
Derived
Inherited Members

Constructors

ServiceException()

public ServiceException()

ServiceException(string)

public ServiceException(string message)

Parameters

message string

ServiceException(string, Exception)

public ServiceException(string message, Exception innerException)

Parameters

message string
innerException Exception