DirectoryReadOnlyException Constructor (String, Exception) |
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public DirectoryReadOnlyException(
string path,
Exception innerException
)
Public Sub New (
path As String,
innerException As Exception
)
public:
DirectoryReadOnlyException(
String^ path,
Exception^ innerException
)
new :
path : string *
innerException : Exception -> DirectoryReadOnlyException
Parameters
- path
- Type: SystemString
The path to the directory. - innerException
- Type: SystemException
The inner exception.
See Also