Click or drag to resize

DirectoryNotEmptyException Constructor (String, Exception)

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

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public DirectoryNotEmptyException(
	string path,
	Exception innerException
)

Parameters

path
Type: SystemString
The path to the file.
innerException
Type: SystemException
The inner exception.
See Also