[This is preliminary documentation and is subject to change.]
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected ExceptionEvent(
string source,
Exception error,
DateTime utcTime
)
protected ExceptionEvent(
string source,
Exception error,
DateTime utcTime
)
Protected Sub New (
source As String,
error As Exception,
utcTime As DateTime
)
Protected Sub New (
source As String,
error As Exception,
utcTime As DateTime
)
protected:
ExceptionEvent(
String^ source,
Exception^ error,
DateTime utcTime
)
protected:
ExceptionEvent(
String^ source,
Exception^ error,
DateTime utcTime
)
new :
source : string *
error : Exception *
utcTime : DateTime -> ExceptionEvent
new :
source : string *
error : Exception *
utcTime : DateTime -> ExceptionEvent