Click or drag to resize
DirectoryReadOnlyException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the DirectoryReadOnlyException class.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
protected DirectoryReadOnlyException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The data for serializing or deserializing the object.
context
Type: System.Runtime.SerializationStreamingContext
The source and destination for the object.
See Also