| LyncPlatformLibraryExceptionInnerException Property |
Gets the inner exception that generated the failure.
Namespace: Inkostar.ClassesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception InnerException { get; }Public ReadOnly Property InnerException As Exception
Get
public:
property Exception^ InnerException {
Exception^ get ();
}member InnerException : Exception with get
Property Value
Type:
Exception
See Also