GigaSpaces XAP.NET Documentation
TransactionException Constructor (info, context)
Class LibraryGigaSpaces.Core.ExceptionsTransactionExceptionTransactionException(SerializationInfo, StreamingContext)
Initializes a new instance of the exception with serialized data.
Declaration Syntax
C#Visual BasicVisual C++J#
protected TransactionException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)
protected:
TransactionException(
	SerializationInfo^ info, 
	StreamingContext context
)
protected TransactionException(
	SerializationInfo info,
	StreamingContext context
)
Parameters
info (SerializationInfo)
The object that holds the serialized object data.
context (StreamingContext)
The contextual information about the source or destination.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)