The exceptions that are the cause of the current exception.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public Exception[] InnerExceptions { get; }
Visual Basic
Public ReadOnly Property InnerExceptions As Exception()
	Get
Visual C++
public:
property array<Exception^>^ InnerExceptions {
	array<Exception^>^ get ();
}

See Also