Microsoft.AspNetCore.SignalR.Resources.FormatError_ArgumentNullOrEmpty C# (CSharp) Method

FormatError_ArgumentNullOrEmpty() static private method

Argument cannot be null or empty
static private FormatError_ArgumentNullOrEmpty ( ) : string
return string
        internal static string FormatError_ArgumentNullOrEmpty()
        {
            return GetString("Error_ArgumentNullOrEmpty");
        }
Resources