AppendException() public méthode

public AppendException ( string text ) : void
text string
Résultat void
Exemple #1
0
 public void CaptureException(string exceptionString)
 {
     _current.AppendException(exceptionString);
 }