ErrorDetails
ErrorDetails class
Error informnation
public class ErrorDetails
Constructors
Name |
Description |
ErrorDetails() |
Initializes a new instance of the ErrorDetails class. |
ErrorDetails(string, string) |
Initializes a new instance of the ErrorDetails class. |
Properties
Name |
Description |
Domain { get; set; } |
Domain, or broad category, of the error. |
Reason { get; set; } |
Specific reason for the error. |
Methods
Name |
Description |
override ToString() |
Returns a String which represents the object instance. |
See Also