Click or drag to resize

ServiceException Constructor

Overload List
  NameDescription
Public methodServiceException
Constructs a new ServiceException.
Public methodServiceException(Int32)
Constructs a new ServiceException with an error code.
Public methodServiceException(String)
Constructs a new ServiceException with an error message.
Public methodServiceException(String, Exception)
Constructs a new ServiceException with an error message and inner exception.
Public methodServiceException(String, Int32)
Constructs a new ServiceException with an error message and error code.
Public methodServiceException(String, String)
Constructs a new ServiceException with an error message and user message.
Public methodServiceException(String, Int32, Exception)
Constructs a new ServiceException with an error message, an error code and inner exception.
Public methodServiceException(String, String, Exception)
Constructs a new ServiceException with an error message, a user message and inner exception.
Public methodServiceException(String, String, Int32)
Constructs a new ServiceException with an error message, a user message and error code.
Public methodServiceException(String, String, Int32, Exception)
Constructs a new ServiceException with an error message, a user message, an error code and inner exception.
Top
See Also