System.Yaml.YamlTagPrefixes.Error C# (CSharp) Method

Error() private method

private Error ( string format ) : void
format string
return void
        void Error(string format, params object[] args)
        {
            error(format, args);
        }