Error() public method

public Error ( string msg ) : void
msg string
return void
Beispiel #1
0
 public void ShuffleDeprecated(int arg0, int[] ints)
 {
     _broadcaster.Error(String.Format(L.D.ServerMessage__CallDepreciated, MethodInfo.GetCurrentMethod().Name));
 }
Beispiel #2
0
 public void ShuffleDeprecated(int arg0, int[] ints)
 {
     _broadcaster.Error("Call [" + MethodInfo.GetCurrentMethod().Name + "] is deprecated");
 }