Apache.NMS.TransactionRolledBackException.TransactionRolledBackException C# (CSharp) Метод

TransactionRolledBackException() публичный Метод

public TransactionRolledBackException ( string message ) : System
message string
Результат System
        public TransactionRolledBackException(string message)
            : base(message)
        {
        }

Same methods

TransactionRolledBackException::TransactionRolledBackException ( ) : System
TransactionRolledBackException::TransactionRolledBackException ( System info, System context ) : System
TransactionRolledBackException::TransactionRolledBackException ( string message, Exception innerException ) : System
TransactionRolledBackException::TransactionRolledBackException ( string message, string errorCode ) : System
TransactionRolledBackException::TransactionRolledBackException ( string message, string errorCode, Exception innerException ) : System
TransactionRolledBackException