7 references to ERROR_FILE_NOT_FOUND
System.ServiceModel (7)
System\ServiceModel\Activation\SharedMemory.cs (3)
93
if (!writable && errorCode == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
)
111
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new Win32Exception(UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
));
126
if (errorCode == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
)
System\ServiceModel\Channels\PipeConnection.cs (3)
1832
if (error == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
|| error == UnsafeNativeMethods.ERROR_PIPE_BUSY)
2615
if (error == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
)
2623
if (error == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1110
if (exception.NativeErrorCode == UnsafeNativeMethods.
ERROR_FILE_NOT_FOUND
)