12 references to Exceptions
System.ServiceModel (12)
System\ServiceModel\Channels\PipeConnection.cs (12)
285throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateReadException(error)); 305Exception readException = Exceptions.GetOverlappedReadException(this.pipe, this.readOverlapped.NativeOverlapped, out bytesRead); 379throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateWriteException(error)); 398Exception writeException = Exceptions.GetOverlappedWriteException(this.pipe, this.writeOverlapped.NativeOverlapped, out bytesWritten); 879throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateReadException((int)error)); 947throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateWriteException(error)); 1384throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateReadException(error)); 1441readException = Exceptions.GetOverlappedReadException(this.pipe, this.readOverlapped.NativeOverlapped, out bytesRead); 1480throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.CreateWriteException(error)); 1541writeException = Exceptions.GetOverlappedWriteException(this.pipe, this.writeOverlapped.NativeOverlapped, out bytesWritten); 1598return Exceptions.CreateWriteException(error); 1621return Exceptions.CreateReadException(error);