Click or drag to resize

ValidationException Class

System.ServiceModel.FaultException(Of ValidationException) is thrown when data is validated and it is not correct. This can happen for example when:
  • Entity is lacking needed information.
  • Entity contains information which is not valid.
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APIValidationException

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