System.Data.Common.DbException.DbException C# (CSharp) Метод

DbException() защищенный Метод

protected DbException ( string message, System innerException )
message string
innerException System
        protected DbException(string message, System.Exception innerException) : base(message, innerException) { }

Same methods

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