ServiceException.ActualInnerExceptions Property

Definition

Gets or sets the list of inner exceptions.

public System.Collections.Generic.List<Microsoft.ServiceFabric.Services.Communication.ServiceException> ActualInnerExceptions { get; set; }
member this.ActualInnerExceptions : System.Collections.Generic.List<Microsoft.ServiceFabric.Services.Communication.ServiceException> with get, set
Public Property ActualInnerExceptions As List(Of ServiceException)

Property Value

Applies to