Click or drag to resize
Intuit.Ipp.Exception Namespace
Intuit.IPP.Exception stores IPP exceptions categorized as SDK Exception and Service Exception. SDK Exceptions are exceptions that occur within the SDK, for example, SerializationException, De-SerializationException, and so forth. Service Exceptions are exceptions returned from REST service or network related exceptions, for example, CommunicationException, RetryException, and so forth. The Intuit.IPP.Exception assembly has IdsExceptionManager class that manages all IDS exceptions. Error messages or error codes can be used to call the HandleException methods, if there are no IPP exceptions.
Classes
  ClassDescription
Public classBatchItemsExceededException
Represents an Exception raised when an batch collection exceeds 25 items.
Public classChannelTerminatedException
Represents an Exception raised when the communicating channel was terminated due to an unknown error.
Public classCommunicationException
Represents an exception raised while communicating with IDS services.
Public classEndpointNotFoundException
Represents an exception raised when an endpoint address was not found on IDS.
Public classFaultException
Represents a Fault Exception.
Public classIdsError
TODO: Update summary.
Public classIdsException
Represents an IdsException.
Public classIdsExceptionManager
Manages all the exceptions thrown to the user.
Public classInvalidParameterException
Represents an Exception raised when an invalid realm id is encountered.
Public classInvalidRealmException
Represents an Exception raised when an invalid realm id is encountered.
Public classInvalidServiceRequestException
Represents an Exception raised when an invalid service request was made.
Public classInvalidTokenException
Represents an Exception raised when an invalid token was generated.
Public classProtocolException
Represents a Protocol exception.
Public classRetryExceededException
Represents a Retry Exception.
Public classRetryException
Represents an exception raised when applying the retry policy for the Ids service calls.
Public classSdkException
Represents an exception raised by the Intuit SDK.
Public classSecurityException
TODO: Update summary.
Public classSerializationException
Represents a Exception raised during Serialization/Deserialization of entities.
Public classServerTooBusyException
Represents an exception raised when the Ids server is busy and cannot process user requests.
Public classServiceException
Represents an exception raised by the Intuit Service.
Public classServiceReturnedNoInformationException
Represents an Exception raised when ServiceContext is Null.
Public classThrottleExceededException
Represents an exception raised when the Throttle is Exceeded and cannot process user requests.
Public classValidationException
TODO: Update summary.