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