IPod.DatabaseReadException.DatabaseReadException C# (CSharp) Method

DatabaseReadException() public method

public DatabaseReadException ( Exception e, string msg ) : System
e System.Exception
msg string
return System
        public DatabaseReadException(Exception e, string msg, params object[] args)
            : base(String.Format (msg, args),
                                                                                             e)
        {
        }

Same methods

DatabaseReadException::DatabaseReadException ( string msg ) : System
DatabaseReadException