Click or drag to resize

TosNotApprovedException Class

System.ServiceModel.FaultException(Of TosNotApprovedException) is thrown when the organization hasn't approved their TOS (Terms of Service) yet
Inheritance Hierarchy
SystemObject
  Severa.APISeveraApiException
    Severa.APITosNotApprovedException

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

The TosNotApprovedException type exposes the following members.

Constructors
 NameDescription
Public methodTosNotApprovedException(String)Initializes a new instance of the TosNotApprovedException class
Public methodTosNotApprovedException(String, String)Initializes a new instance of the TosNotApprovedException class
Top
See Also