AppendException() public method

public AppendException ( string text ) : void
text string
return void
Exemplo n.º 1
0
 public void CaptureException(string exceptionString)
 {
     _current.AppendException(exceptionString);
 }