Click or drag to resize

DirectoryNotEmptyException Constructor (String, Exception)

Initializes a new instance of the DirectoryNotEmptyException class.

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

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also