RTX64Win32Exception.InnerException Property
|
The exception that triggered this exception.
Namespace:
IntervalZero.RTX64Assembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
4.0.0.0 (File version: 4.5.0)
Syntaxpublic override Exception InnerException { get; }
Public Overrides ReadOnly Property InnerException As Exception
Get
public:
virtual property Exception^ InnerException {
String^ get () override;
}
abstract InnerException : Exception with get
override InnerException : Exception with get
Property Value
Type:
Exception
See Also