RuntimeException.ErrorRecord Property

Definition

Additional information about the error.

public:
 virtual property System::Management::Automation::ErrorRecord ^ ErrorRecord { System::Management::Automation::ErrorRecord ^ get(); };
public virtual System.Management.Automation.ErrorRecord ErrorRecord { get; }
member this.ErrorRecord : System.Management.Automation.ErrorRecord
Public Overridable ReadOnly Property ErrorRecord As ErrorRecord

Property Value

Implements

Remarks

Note that ErrorRecord.Exception is ParentContainsErrorRecordException.

Applies to