ServiceException Constructor |
| Name | Description | |
|---|---|---|
| ServiceException |
Constructs a new ServiceException.
| |
| ServiceException(Int32) |
Constructs a new ServiceException with an error code.
| |
| ServiceException(String) |
Constructs a new ServiceException with an error message.
| |
| ServiceException(String, Exception) |
Constructs a new ServiceException with an error message and
inner exception.
| |
| ServiceException(String, Int32) |
Constructs a new ServiceException with an error message and
error code.
| |
| ServiceException(String, String) |
Constructs a new ServiceException with an error message and
user message.
| |
| ServiceException(String, Int32, Exception) |
Constructs a new ServiceException with an error message, an
error code and inner exception.
| |
| ServiceException(String, String, Exception) |
Constructs a new ServiceException with an error message, a
user message and inner exception.
| |
| ServiceException(String, String, Int32) |
Constructs a new ServiceException with an error message, a
user message and error code.
| |
| ServiceException(String, String, Int32, Exception) |
Constructs a new ServiceException with an error message, a
user message, an error code and inner exception.
|