C# Class Stride.Core.Transactions.TransactionException

An exception triggered when an invalid operation related to a transaction stack occurs.
Inheritance: InvalidOperationException
Afficher le fichier Open project: vvvv/stride

Méthodes publiques

Méthode Description
TransactionException ( string message ) : System

Initializes a new instance of the TransactionException class.

Method Details

TransactionException() public méthode

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