PexDisposeException.InnerExceptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the inner exceptions.
public:
property Microsoft::ExtendedReflection::Collections::IIndexable<Exception ^> ^ InnerExceptions { Microsoft::ExtendedReflection::Collections::IIndexable<Exception ^> ^ get(); };
public Microsoft.ExtendedReflection.Collections.IIndexable<Exception> InnerExceptions { get; }
member this.InnerExceptions : Microsoft.ExtendedReflection.Collections.IIndexable<Exception>
Public ReadOnly Property InnerExceptions As IIndexable(Of Exception)
Property Value
Microsoft.ExtendedReflection.Collections.IIndexable<Exception>
The inner exceptions.