C# 클래스 ExceptionFilters.LogContextEntry

상속: IEnumerable
파일 보기 프로젝트 열기: jskeet/DemoCode 1 사용 예제들

공개 메소드들

메소드 설명
AddTo ( Exception e ) : bool
ToString ( ) : string
this ( string key ) : object

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
LogContextEntry ( [ file = null, [ member = null, [ line ) : System

메소드 상세

AddTo() 공개 메소드

public AddTo ( Exception e ) : bool
e System.Exception
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object