1 write to Exception
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerLoadFailureEventArgs.cs (1)
61
Exception
= exceptionOpt;
4 references to Exception
CodeStyleConfigFileGenerator (1)
Program.cs (1)
81
=> throw e.
Exception
?? new InvalidOperationException(e.Message);
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
400
=> throw e.
Exception
?? new NotSupportedException(e.Message);
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (2)
502
diagnostic = new DiagnosticInfo(messageProvider, messageProvider.WRN_UnableToLoadAnalyzer, analyzerReference.FullPath, e.
Exception
?.ToString() ?? e.Message);
505
diagnostic = new DiagnosticInfo(messageProvider, messageProvider.WRN_AnalyzerCannotBeCreated, e.TypeName ?? "", analyzerReference.FullPath, e.
Exception
?.ToString() ?? e.Message);