AppendException() публичный Метод

public AppendException ( string text ) : void
text string
Результат void
Пример #1
0
 public void CaptureException(string exceptionString)
 {
     _current.AppendException(exceptionString);
 }