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