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

DbException() protected method

protected DbException ( System info, System context )
info System
context System
        protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : base(info, context) { }
    }

Same methods

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