Class Error
public class Error
- Inheritance
-
Error
- Derived
- Inherited Members
- Extension Methods
Constructors
Error()
public Error()
Error(string)
public Error(string summary)
Parameters
summarystring
Error(string, int)
public Error(string summary, int code)
Parameters
Properties
Code
public int Code { get; set; }
Property Value
Data
public Dictionary<string, string> Data { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Summary
public string Summary { get; set; }