[This is preliminary documentation and is subject to change.]
Create event from exception instance as of utcTime
Namespace: NFX.InstrumentationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void Record(
string source,
Exception error,
DateTime utcTime
)
public static void Record(
string source,
Exception error,
DateTime utcTime
)
Public Shared Sub Record (
source As String,
error As Exception,
utcTime As DateTime
)
Public Shared Sub Record (
source As String,
error As Exception,
utcTime As DateTime
)
public:
static void Record(
String^ source,
Exception^ error,
DateTime utcTime
)
public:
static void Record(
String^ source,
Exception^ error,
DateTime utcTime
)
static member Record :
source : string *
error : Exception *
utcTime : DateTime -> unit
static member Record :
source : string *
error : Exception *
utcTime : DateTime -> unit