ErrorDetails Class

Error informnation
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleErrorDetails

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ErrorDetails

The ErrorDetails type exposes the following members.

Constructors
  NameDescription
Public methodErrorDetails
Initializes a new instance of the ErrorDetails class.
Public methodErrorDetails(String, String)
Initializes a new instance of the ErrorDetails class.
Properties
  NameDescription
Public propertyDomain
Domain, or broad category, of the error.
Public propertyReason
Specific reason for the error.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String which represents the object instance.
(Overrides ObjectToString.)
See Also