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

AlreadyTerminatedException() public method

This has already been closed/terminated/etc.
public AlreadyTerminatedException ( IConnectionDescriptor desc, string message )
desc IConnectionDescriptor Connection descriptor we were using.
message string What was already terminated.
        public AlreadyTerminatedException(IConnectionDescriptor desc, string message)
            : base(message, desc, null)
        {
        }
AlreadyTerminatedException