Share via


ExceptionData.InnerExceptionData Property

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public ExceptionData InnerExceptionData { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property ExceptionData^ InnerExceptionData {
    ExceptionData^ get();
    private: void set(ExceptionData^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member InnerExceptionData : ExceptionData with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property InnerExceptionData As ExceptionData
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ClusterAwareUpdating.ExceptionData

See Also

ExceptionData Class
Microsoft.ClusterAwareUpdating Namespace

Return to top