19 references to LogException
VBCSCompiler (19)
src\Compilers\Server\VBCSCompiler\AnalyzerConsistencyChecker.cs (1)
64
logger.
LogException
(e, "Analyzer Consistency Check");
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (1)
84
_logger.
LogException
(e, "Could not read AppSettings");
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (2)
45
Logger.
LogException
(ex, $"Error processing request for client");
141
Logger.
LogException
(ex, $"Exception running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
162
Logger.
LogException
(ex, $"Running compilation for {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnection.cs (2)
47
Logger.
LogException
(ex, $"Error closing client connection");
78
Logger.
LogException
(ex, $"Error monitoring disconnect {request.RequestId}");
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (3)
106
Logger.
LogException
(ex, $"Cancelling server listens threw an exception");
115
Logger.
LogException
(ex, $"Listen tasks threw exception during {nameof(EndListening)}");
219
logger.
LogException
(ex, $"Pipe connection error");
src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs (1)
123
_logger.
LogException
(ex, $"Error disposing of {nameof(_listenTask)}");
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (2)
38
logger.
LogException
(ex, "Error loading application settings");
49
logger.
LogException
(e, "Cannot start server");
src\Compilers\Shared\BuildClient.cs (1)
247
_logger.
LogException
(ex, "Server compilation failed");
src\Compilers\Shared\BuildServerConnection.cs (5)
291
logger.
LogException
(e, $"Error writing build request for {request.RequestId}");
316
logger.
LogException
(e, $"Reading response for {request.RequestId}");
362
logger.
LogException
(e, $"Error poking pipe {requestId}.");
410
logger.
LogException
(e, $"Connecting to server timed out after {timeoutMs} ms");
430
logger.
LogException
(e, "Exception while connecting to process");