4 references to CreateReadException
System.ServiceModel (4)
System\ServiceModel\Channels\PipeConnection.cs (4)
285
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.
CreateReadException
(error));
879
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.
CreateReadException
((int)error));
1384
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(Exceptions.
CreateReadException
(error));
1621
return Exceptions.
CreateReadException
(error);