11 references to Uncategorized
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServerFatalError.cs (1)
19
internal static bool ReportAndLogAndPropagate(Exception exception, ILogger logger, string logMessage, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Watson\FaultReporter.cs (1)
45
ErrorSeverity.
Uncategorized
=> FaultSeverity.Uncategorized,
Microsoft.CodeAnalysis.Workspaces (9)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (9)
102
public static bool ReportAndPropagate(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
114
public static bool ReportAndPropagateUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
143
public static bool ReportAndPropagateUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
164
public static bool ReportAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
176
public static bool ReportWithDumpAndCatch(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
189
public static bool ReportAndCatchUnlessCanceled(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
219
public static bool ReportAndCatchUnlessCanceled(Exception exception, CancellationToken contextCancellationToken, ErrorSeverity severity = ErrorSeverity.
Uncategorized
)
259
private static void Report(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)
270
public static void ReportNonFatalError(Exception exception, ErrorSeverity severity = ErrorSeverity.
Uncategorized
, bool forceDump = false)