| Overload | Description | 
|---|---|
| ServiceResultException Constructor() | The default constructor. | 
| ServiceResultException Constructor(String) | Initializes the exception with a message. | 
| ServiceResultException Constructor(Exception,UInt32) | Initializes the exception with a message and an exception. | 
| ServiceResultException Constructor(String,Exception) | Initializes the exception with a message and an exception. | 
| ServiceResultException Constructor(UInt32) | Initializes the exception with a status code. | 
| ServiceResultException Constructor(UInt32,String) | Initializes the exception with a status code and a message. | 
| ServiceResultException Constructor(UInt32,Exception) | Initializes the exception with a status code and an inner exception. | 
| ServiceResultException Constructor(UInt32,String,Exception) | Initializes the exception with a status code, a message and an inner exception. | 
| ServiceResultException Constructor(ServiceResult) | Initializes the exception with a Result object. | 
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
     
    