IContainsErrorRecord.ErrorRecord
Property
Definition
This is the ErrorRecord which provides additional information about the error.
public System.Management.Automation.ErrorRecord ErrorRecord { get; }
Remarks
The ErrorRecord instance returned by ErrorRecord should contain in its Exception property an instance of ParentContainsErrorRecordException rather than a reference to the root exception. This prevents a recursive reference between the exception implementing IContainsErrorRecord and the ErrorRecord. Use the System.Management.Automation.ParentContainsErrorRecordException. constructor so that the ParentContainsErrorRecordException will have the same Message as the root exception.