コード例 #1
0
 internal string errorDescription(SNITErrorCode errorCode)
 {
     if (_errorMap.ContainsKey(errorCode))
     {
         return(_errorMap[errorCode]);
     }
     return(string.Empty);
 }
コード例 #2
0
 public string errorDescription(SNITErrorCode errorCode)
 {
     return(SNITDataSingleton.shared.errorDescription(errorCode));
 }