Share via


ErrorRecordData.ExceptionData Property

 

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

Syntax

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

Property Value

Type: Microsoft.ClusterAwareUpdating.ExceptionData

See Also

ErrorRecordData Class
Microsoft.ClusterAwareUpdating Namespace

Return to top