Share via


PexDisposeException.InnerExceptions Property

Definition

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.

Applies to