1 write to Exception
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
29Exception = exception;
2 references to Exception
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (2)
146if (listenResult.Exception is object) 148throw new Exception("Error occurred listening for connections", listenResult.Exception);