C# Class Stride.Core.Transactions.TransactionException

An exception triggered when an invalid operation related to a transaction stack occurs.
Inheritance: InvalidOperationException
ファイルを表示 Open project: vvvv/stride

Public Methods

Method Description
TransactionException ( string message ) : System

Initializes a new instance of the TransactionException class.

Method Details

TransactionException() public method

Initializes a new instance of the TransactionException class.
public TransactionException ( string message ) : System
message string The message that describes the error.
return System