Class ExceptionLookup
Inheritance
ExceptionLookup
Assembly: AnalysisPrograms.dll
Syntax
public static class ExceptionLookup
Fields
|
Improve this Doc
View Source
UnhandledExceptionErrorCode
The default exit code to use for exceptions not recognized. Must not be greater than 255.
Declaration
public const int UnhandledExceptionErrorCode = 200
Field Value
Properties
|
Improve this Doc
View Source
ActionRequired
Declaration
public static int ActionRequired { get; }
Property Value
|
Improve this Doc
View Source
NoData
Declaration
public static int NoData { get; }
Property Value
|
Improve this Doc
View Source
Ok
Declaration
public static int Ok { get; }
Property Value
|
Improve this Doc
View Source
ValidationError
Declaration
public static int ValidationError { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static string FormatReflectionTypeLoadException(Exception exception, bool verbose = false)
Parameters
Returns