Search Results for

    Show / Hide Table of Contents

    Class ExceptionLookup

    Inheritance
    Object
    ExceptionLookup
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AnalysisPrograms.Production
    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
    Type Description
    Int32

    Properties

    | Improve this Doc View Source

    ActionRequired

    Declaration
    public static int ActionRequired { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    NoData

    Declaration
    public static int NoData { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Ok

    Declaration
    public static int Ok { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ValidationError

    Declaration
    public static int ValidationError { get; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    FormatReflectionTypeLoadException(Exception, Boolean)

    Declaration
    public static string FormatReflectionTypeLoadException(Exception exception, bool verbose = false)
    Parameters
    Type Name Description
    Exception exception
    Boolean verbose
    Returns
    Type Description
    String
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top