Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ExceptionFilters
LogContextEntry
C# Class ExceptionFilters.LogContextEntry
Inheritance:
IEnumerable
Mostra file
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