Archon.Data.DatabaseScriptException.DatabaseScriptException C# (CSharp) Méthode

DatabaseScriptException() public méthode

public DatabaseScriptException ( string message ) : System
message string
Résultat System
        public DatabaseScriptException(string message)
            : base(message)
        {
        }
DatabaseScriptException