[This is preliminary documentation and is subject to change.]
Exception that surfaced during check, consequently failing the check
Namespace: NFX.HealthAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception Exception { get; internal set; }
public Exception Exception { get; internal set; }
Public Property Exception As Exception
Get
Friend Set
Public Property Exception As Exception
Get
Friend Set
public:
property Exception^ Exception {
Exception^ get ();
internal: void set (Exception^ value);
}
public:
property Exception^ Exception {
Exception^ get ();
internal: void set (Exception^ value);
}
member Exception : Exception with get, internal set
member Exception : Exception with get, internal set
Property Value
Type:
Exception