Microsoft.CSharp.RuntimeBinder.Errors.ErrorFacts static class ErrorFacts Documentation Code namespace Microsoft.CSharp.RuntimeBinder.Errors { internal static class ErrorFacts { public static string GetMessage(ErrorCode code); public static string GetMessage(MessageID id); } }