CodeKing.SqlHarvester.Core.Data.DatabaseException.DatabaseException C# (CSharp) Метод

DatabaseException() публичный Метод

Initializes a new instance of the DatabaseException class.
public DatabaseException ( string message ) : System
message string The message.
Результат System
        public DatabaseException(string message)
            : base(message)
        {
        }

Same methods

DatabaseException::DatabaseException ( string message, Exception innerException ) : System
DatabaseException