Class ErrorData
Inheritance
System.Object
ErrorData
Assembly: LymeTemplateApi.dll
Syntax
public class ErrorData : object
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Exception
Declaration
public Exception Exception { get; set; }
Property Value
Type |
Description |
Exception |
|
IpAddress
Declaration
public string IpAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
User
Declaration
public string User { get; set; }
Property Value
Type |
Description |
System.String |
|
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|