Portable.Xaml.ParsedMarkupExtensionInfo.Error C# (CSharp) Method

Error() static private method

static private Error ( string format ) : Exception
format string
return System.Exception
		static Exception Error (string format, params object[] args)
		{
			return new XamlParseException (string.Format (format, args));
		}
	}