Click or drag to resize

DirectoryReadOnlyException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
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