1 instantiation of RemoteException
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\ExceptionConverter.cs (1)
55
var exception = new
RemoteException
(className, message, stackTrace, innerException);
6 references to RemoteException
Microsoft.TestPlatform.CommunicationUtilities (6)
Serialization\ExceptionConverter.cs (6)
18
/// On deserialization, produces a <see cref="
RemoteException
"/> that preserves the original
20
/// (all exceptions materialize as <see cref="
RemoteException
"/>) but <c>ToString()</c> renders
55
var
exception = new RemoteException(className, message, stackTrace, innerException);
76
writer.WriteString("ClassName", value is
RemoteException
remote
80
writer.WriteString("StackTraceString", value is
RemoteException
re
129
sb.Append(ClassName ?? nameof(
RemoteException
));