Catel.ReSharper.Arguments.ExceptionXmlDocHelper.GetIsOfTypeExceptionXmlDoc C# (CSharp) Method

GetIsOfTypeExceptionXmlDoc() public static method

public static GetIsOfTypeExceptionXmlDoc ( string declaredName ) : string
declaredName string
return string
        public static string GetIsOfTypeExceptionXmlDoc(string declaredName)
        {
            Argument.IsNotNullOrWhitespace(() => declaredName);

            return GetExceptionXmlDoc(ExceptionXmlDocPatterns.IsOfType, declaredName);
        }