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

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

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
See Also