Exemple #1
0
 internal static string FormatMessage(AsyncValidator source)
 {
     return(UserMessages.AsyncValidationFault_FormatMessage(source.DisplayName, source.Exception.Message));
 }