Archon.Data.DatabaseScriptException.DatabaseScriptException C# (CSharp) 메소드

DatabaseScriptException() 공개 메소드

public DatabaseScriptException ( string message ) : System
message string
리턴 System
        public DatabaseScriptException(string message)
            : base(message)
        {
        }
DatabaseScriptException