Open.Core.ViewBase.GetInsertException C# (CSharp) Метод

GetInsertException() приватный Метод

private GetInsertException ( string cssSeletor, string message ) : Exception
cssSeletor string
message string
Результат System.Exception
        private Exception GetInsertException(string cssSeletor, string message)
        {
            return new Exception(string.Format("Failed to insert [{0}] at '{1}'. {2}", GetType().Name, cssSeletor, message));
        }
        #endregion