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
messagestring
ServiceException(string, Exception)
public ServiceException(string message, Exception innerException)