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