Click or drag to resize

ServerException Class

ServerException is thrown if the analytics server has received the request but did not process the request due to some error. For example if authorization fails.
Inheritance Hierarchy

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public sealed class ServerException : Exception

The ServerException type exposes the following members.

Methods
  NameDescription
Public methodGetErrorCode
Gets the error code.
Public methodGetErrorMessage
Gets the error message.
Public methodGetHTTPStatusCode
Gets the HTTP status code.
Top
See Also