[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public WrappedException(
string message,
WrappedExceptionData data,
Exception inner
)
public WrappedException(
string message,
WrappedExceptionData data,
Exception inner
)
Public Sub New (
message As String,
data As WrappedExceptionData,
inner As Exception
)
Public Sub New (
message As String,
data As WrappedExceptionData,
inner As Exception
)
public:
WrappedException(
String^ message,
WrappedExceptionData^ data,
Exception^ inner
)
public:
WrappedException(
String^ message,
WrappedExceptionData^ data,
Exception^ inner
)
new :
message : string *
data : WrappedExceptionData *
inner : Exception -> WrappedException
new :
message : string *
data : WrappedExceptionData *
inner : Exception -> WrappedException