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+2c50a58dd893fc2b9c4be24260912c6e67d21563
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