C# 클래스 Org.IdentityConnectors.Common.TraceUtil

Description of TraceUtil.
파일 보기 프로젝트 열기: Tirasa/ConnId

공개 메소드들

메소드 설명
ExceptionToString ( StringBuilder sb, Exception e, string indent ) : void
TraceException ( String msg, Exception e ) : void

Traces an exception with its stack trace

메소드 상세

ExceptionToString() 공개 정적인 메소드

public static ExceptionToString ( StringBuilder sb, Exception e, string indent ) : void
sb StringBuilder
e System.Exception
indent string
리턴 void

TraceException() 공개 정적인 메소드

Traces an exception with its stack trace
public static TraceException ( String msg, Exception e ) : void
msg String An optional error message to display in addition to the exception
e System.Exception The exception
리턴 void