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