C# Class ExceptionFilters.LogContextEntry

Inheritance: IEnumerable
ファイルを表示 Open project: jskeet/DemoCode Class Usage Examples

Public Methods

Method Description
AddTo ( Exception e ) : bool
ToString ( ) : string
this ( string key ) : object

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
LogContextEntry ( [ file = null, [ member = null, [ line ) : System

Method Details

AddTo() public method

public AddTo ( Exception e ) : bool
e System.Exception
return bool

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : object
key string
return object