4 references to CreateException
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (4)
45: new ValueTask<int>(Task.FromException<int>(CreateException(error))); 62: new ValueTask(Task.FromException(CreateException(error))); 85throw CreateException(SocketError); 97throw CreateException(SocketError);