Class AnalyzerLoadFailureEventArgs
Inheritance
AnalyzerLoadFailureEventArgs
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
Properties
ErrorCode
Declaration
public AnalyzerLoadFailureEventArgs.FailureErrorCode ErrorCode { get; }
Property Value
Exception
Declaration
public Exception? Exception { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
ReferencedCompilerVersion
Declaration
public Version? ReferencedCompilerVersion { get; }
Property Value
TypeName
Declaration
public string? TypeName { get; }
Property Value