Skip to content

Unable to complete network request to host "{0}". error , but no args [DNET904] #831

@firebird-automations

Description

@firebird-automations

Submitted by: EzberYazan (febitbilisim)

ERR: 335544721 : Unable to complete network request to host "{0}".

but no arg on : private static void AppendMessage(StringBuilder builder, string message, List<string> args) {
i solved pratically adding 3 arg for general purposes;

if (args == null || args.Count == 0) { args.Add("no-arg-defined"); args.Add("no-arg-defined"); args.Add("no-arg-defined"); }

private static void AppendMessage(StringBuilder builder, string message, List<string> args) {
if (builder.Length > 0) {
builder.Append(Environment.NewLine);
}
if (args == null || args.Count == 0) { args.Add("no-arg-defined"); args.Add("no-arg-defined"); args.Add("no-arg-defined"); }
builder.AppendFormat(CultureInfo.CurrentCulture, message, args.ToArray());
}

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions