| 
            
              SeveraFaultExceptionTDetail Class
             | 
          
        
        
 SeveraFaultException is thrown when an exception happens in API. 
 
        
          
            
Inheritance Hierarchy
         
        
          SystemObject
          
  SystemException
    SystemSystemException
      System.ServiceModelCommunicationException
        System.ServiceModelFaultException
          System.ServiceModelFaultExceptionTDetail
            Severa.APISeveraFaultExceptionTDetail
        
        Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
Syntaxpublic class SeveraFaultException<TDetail> : FaultException<TDetail>, 
	ISeveraException
where TDetail : SeveraApiException
Public Class SeveraFaultException(Of TDetail As SeveraApiException)
	Inherits FaultException(Of TDetail)
	Implements ISeveraException
Type Parameters
- TDetail
 - Detailed exception, which was thrown.
 
The SeveraFaultExceptionTDetail type exposes the following members.
Properties
Methods
See Also