ShowErrorWithDetails() public method

public ShowErrorWithDetails ( string errorMesage, string details ) : void
errorMesage string
details string
return void
示例#1
0
 public void DisplayError(string errorMessage, string details)
 {
     Invoker.Current.SafeInvoke(() => dialogHelper.ShowErrorWithDetails(errorMessage, details));
 }
示例#2
0
 public void DisplayError(string errorMessage, string details)
 {
     dialogHelper.ShowErrorWithDetails(errorMessage, details);
 }