Click or drag to resize

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.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public class SeveraFaultException<TDetail> : FaultException<TDetail>, 
	ISeveraException
where TDetail : SeveraApiException

Type Parameters

TDetail
Detailed exception, which was thrown.

The SeveraFaultExceptionTDetail type exposes the following members.

Properties
 NameDescription
Public propertyFlags 
Public propertyMessage
(Overrides FaultExceptionMessage)
Top
Methods
 NameDescription
Public methodGetText 
Top
See Also