Class ExceptionLookup.ExceptionStyle
Inheritance
ExceptionLookup.ExceptionStyle
Assembly: AnalysisPrograms.dll
Syntax
public class ExceptionStyle
Constructors
|
Improve this Doc
View Source
ExceptionStyle()
Declaration
Properties
|
Improve this Doc
View Source
ErrorCode
Declaration
public int ErrorCode { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Func<Exception, bool, string> FormatMessage { get; set; }
Property Value
|
Improve this Doc
View Source
Handle
Declaration
public bool Handle { get; set; }
Property Value
|
Improve this Doc
View Source
PrintUsage
Declaration
public bool PrintUsage { get; set; }
Property Value
Extension Methods