Click or drag to resize

DirectoryReadOnlyException Constructor (String, Exception)

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

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

Parameters

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