Class ErrorDetails

ErrorDetails class

Error informnation

public class ErrorDetails

Constructors

NameDescription
ErrorDetails()Initializes a new instance of the ErrorDetails class.
ErrorDetails(string, string)Initializes a new instance of the ErrorDetails class.

Properties

NameDescription
Domain { get; set; }Domain, or broad category, of the error.
Reason { get; set; }Specific reason for the error.

Methods

NameDescription
override ToString()Returns a String which represents the object instance.

See Also