RuntimeException.ErrorRecord Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ErrorRecordPublic Overridable ReadOnly Property ErrorRecord As ErrorRecordProperty Value
Implements
Remarks
Note that ErrorRecord.Exception is ParentContainsErrorRecordException.