Woopsa.WoopsaExceptionMessage.WoopsaElementNotFoundMessage C# (CSharp) Method

WoopsaElementNotFoundMessage() public static method

public static WoopsaElementNotFoundMessage ( string path ) : string
path string
return string
        public static string WoopsaElementNotFoundMessage(string path)
        {
            return string.Format("Cannot find WoopsaElement specified by path {0}", path);
        }