Click or drag to resize

TransactionException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TransactionException class.

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