ClusterUpdateException.ErrorRecord Property

 

Gets the PowerShell error record that corresponds to this exception.

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

Syntax

public ErrorRecord ErrorRecord { get; protected set; }
public:
property ErrorRecord^ ErrorRecord {
    virtual ErrorRecord^ get() sealed;
    protected: virtual void set(ErrorRecord^ value) sealed;
}
abstract ErrorRecord : ErrorRecord with get, set
override ErrorRecord : ErrorRecord with get, set
Public Property ErrorRecord As ErrorRecord
    Get
    Protected Set
End Property

Property Value

Type: System.Management.Automation.ErrorRecord

Returns a ErrorRecord containing the PowerShell error record object that corresponds to this exception. The Exception field of the error record may point at this exception or a different exception.

Implements

IContainsErrorRecord.ErrorRecord

See Also

ClusterUpdateException Class
Microsoft.ClusterAwareUpdating Namespace

Return to top