コード例 #1
0
 internal static string GetErrorText(string errorText, VmapErrorId errorId)
 {
     var vmapError = VmapErrors[errorId];
     return errorText.Replace(ErrorCodeMacro, vmapError.Code.ToString()).Replace(ErrorMessageMacro, vmapError.Message);
 }
コード例 #2
0
        internal static string GetErrorText(string errorText, VmapErrorId errorId)
        {
            var vmapError = VmapErrors[errorId];

            return(errorText.Replace(ErrorCodeMacro, vmapError.Code.ToString()).Replace(ErrorMessageMacro, vmapError.Message));
        }