Click or drag to resize

GeneralFailureException Class

System.ServiceModel.FaultException(Of GeneralFailureException) is thrown when there is a failure in the API call. This can happen for example when:
  • Parameter, that is needed, is given but is incorrect.
  • "Read only" information is tried to be modified when updating entity.
  • New entity is added so that it has a GUID.
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APIGeneralFailureException

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public class GeneralFailureException : SeveraApiException
See Also