AlbedoDatabaseGenerator.Database.InvalidDatabaseRootPathException.InvalidDatabaseRootPathException C# (CSharp) Method

InvalidDatabaseRootPathException() public method

public InvalidDatabaseRootPathException ( string _Message ) : System
_Message string
return System
            public InvalidDatabaseRootPathException( string _Message )
                : base(_Message)
            {
            }
Database.InvalidDatabaseRootPathException