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+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
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