Exception public class Exception Documentation public virtual IDictionary Data { get; } public virtual string HelpLink { get; set; } public int HResult { get; protected set; } public Exception InnerException { get; } public virtual string Message { get; } public virtual string Source { get; set; } public virtual string StackTrace { get; } public Exception() public Exception(string message) public Exception(string message, Exception innerException) public virtual Exception GetBaseException()