2 overrides of FormatException
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpObjectFormatter.cs (1)
24public override string FormatException(Exception e) => s_impl.FormatException(e);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.cs (1)
61public override string FormatException(Exception e)
3 references to FormatException
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpObjectFormatter.cs (1)
24public override string FormatException(Exception e) => s_impl.FormatException(e);
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.Service.cs (1)
399Console.Error.Write(GetServiceState().ReplServiceProvider.ObjectFormatter.FormatException(e));
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
354Console.Error.Write(_objectFormatter.FormatException(e));