AsyncHelpersExclusiveSynchronizationContextInnerException Property |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception InnerException { get; set; }
Public Property InnerException As Exception
Get
Set
public:
property Exception^ InnerException {
Exception^ get ();
void set (Exception^ value);
}
member InnerException : Exception with get, set
Property Value
Type:
Exception
See Also