6 references to ERROR_ACCESS_DENIED
System.ServiceModel (6)
System\ServiceModel\Channels\PipeConnection.cs (4)
2093if (error == UnsafeNativeMethods.ERROR_ACCESS_DENIED) 2172PipeSharedMemory.CreatePipeNameInUseException(UnsafeNativeMethods.ERROR_ACCESS_DENIED, pipeUri)); 2528throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreatePipeNameInUseException(UnsafeNativeMethods.ERROR_ACCESS_DENIED, pipeUri)); 2565if (error == UnsafeNativeMethods.ERROR_ACCESS_DENIED)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1115else if (exception.NativeErrorCode == UnsafeNativeMethods.ERROR_ACCESS_DENIED)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
613case UnsafeNativeMethods.ERROR_ACCESS_DENIED: