C# 클래스 Stride.Core.Transactions.TransactionException

An exception triggered when an invalid operation related to a transaction stack occurs.
상속: InvalidOperationException
파일 보기 프로젝트 열기: vvvv/stride

공개 메소드들

메소드 설명
TransactionException ( string message ) : System

Initializes a new instance of the TransactionException class.

메소드 상세

TransactionException() 공개 메소드

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