[This is preliminary documentation and is subject to change.]
Initializes instance form local exception
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public WrappedExceptionData(
Exception error,
bool captureStack = true
)
public WrappedExceptionData(
Exception error,
bool captureStack = true
)
Public Sub New (
error As Exception,
Optional captureStack As Boolean = true
)
Public Sub New (
error As Exception,
Optional captureStack As Boolean = true
)
public:
WrappedExceptionData(
Exception^ error,
bool captureStack = true
)
public:
WrappedExceptionData(
Exception^ error,
bool captureStack = true
)
new :
error : Exception *
?captureStack : bool
(* Defaults:
let _captureStack = defaultArg captureStack true
*)
-> WrappedExceptionData
new :
error : Exception *
?captureStack : bool
(* Defaults:
let _captureStack = defaultArg captureStack true
*)
-> WrappedExceptionData