2 instantiations of PnrpException
System.ServiceModel (2)
System\ServiceModel\Channels\PeerHelpers.cs (1)
717throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new System.ServiceModel.Channels.PnrpPeerResolver.PnrpException(errorCode, cloud), trace ? TraceEventType.Error : TraceEventType.Information);
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
2049lastException = new PnrpException(WSAGetLastError(), resolveQuery.Context);
1 reference to PnrpException
System.ServiceModel (1)
System\ServiceModel\Channels\PnrpPeerResolver.cs (1)
1949catch (PnrpException)