Abp模块
abp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
377 B

namespace Sanhe.Abp.Logging
{
public class LogException
{
public int Depth { get; set; }
public string Class { get; set; }
public string Message { get; set; }
public string Source { get; set; }
public string StackTrace { get; set; }
public int HResult { get; set; }
public string HelpURL { get; set; }
}
}