Search Results for

    Show / Hide Table of Contents

    Class AnalyzerLoadFailureEventArgs

    Inheritance
    object
    EventArgs
    AnalyzerLoadFailureEventArgs
    Inherited Members
    EventArgs.Empty
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.Diagnostics
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class AnalyzerLoadFailureEventArgs : EventArgs

    Constructors

    AnalyzerLoadFailureEventArgs(FailureErrorCode, string, Exception?, string?)

    Declaration
    public AnalyzerLoadFailureEventArgs(AnalyzerLoadFailureEventArgs.FailureErrorCode errorCode, string message, Exception? exceptionOpt = null, string? typeNameOpt = null)
    Parameters
    Type Name Description
    AnalyzerLoadFailureEventArgs.FailureErrorCode errorCode
    string message
    Exception exceptionOpt
    string typeNameOpt

    Properties

    ErrorCode

    Declaration
    public AnalyzerLoadFailureEventArgs.FailureErrorCode ErrorCode { get; }
    Property Value
    Type Description
    AnalyzerLoadFailureEventArgs.FailureErrorCode

    Exception

    Declaration
    public Exception? Exception { get; }
    Property Value
    Type Description
    Exception

    Message

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    string

    ReferencedCompilerVersion

    Declaration
    public Version? ReferencedCompilerVersion { get; }
    Property Value
    Type Description
    Version

    TypeName

    Declaration
    public string? TypeName { get; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0