Click or drag to resize

DeviceNotReadyException Constructor (String, Boolean)

[AlphaFS] Initializes a new instance of the DeviceNotReadyException class.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DeviceNotReadyException(
	string path,
	bool isPath
)

Parameters

path
Type: SystemString
The path to the file system object.
isPath
Type: SystemBoolean
Always set to true when using this constructor.
See Also