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