System.Data.Common.DbException.DbException C# (CSharp) Method

DbException() protected method

protected DbException ( string message )
message string
        protected DbException(string message) : base(message) { }

Same methods

DbException::DbException ( System info, System context )
DbException::DbException ( string message, System innerException )
DbException::DbException ( string message, int errorCode )
DbException