Azavea.Open.DAO.Exceptions.TransactionsNotSupportedException.TransactionsNotSupportedException C# (CSharp) Method

TransactionsNotSupportedException() public method

This connection doesn't support transactions.
public TransactionsNotSupportedException ( IConnectionDescriptor desc, string message )
desc IConnectionDescriptor Connection descriptor we were using to try to connect.
message string A message describing what is wrong with the connection type.
        public TransactionsNotSupportedException(IConnectionDescriptor desc, string message)
            : base(message, desc, null)
        {
            // Nothing to set here.
        }
TransactionsNotSupportedException