2 writes to completionException
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
766buffer.completionException = e; 884thisPtr.completionException = exception;
5 references to completionException
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (5)
725get { return this.completionException; } 796if (this.completionException != null) 798throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(completionException); 882if (thisPtr.completionException == null) 888asyncEventArgs.Complete(false, thisPtr.completionException);