AppendException() 공개 메소드

public AppendException ( string text ) : void
text string
리턴 void
예제 #1
0
 public void CaptureException(string exceptionString)
 {
     _current.AppendException(exceptionString);
 }