RunspaceOpenModuleLoadException.ErrorRecords Property

Definition

The collection of error records generated while loading the modules.

public:
 property System::Management::Automation::PSDataCollection<System::Management::Automation::ErrorRecord ^> ^ ErrorRecords { System::Management::Automation::PSDataCollection<System::Management::Automation::ErrorRecord ^> ^ get(); };
public System.Management.Automation.PSDataCollection<System.Management.Automation.ErrorRecord> ErrorRecords { get; }
member this.ErrorRecords : System.Management.Automation.PSDataCollection<System.Management.Automation.ErrorRecord>
Public ReadOnly Property ErrorRecords As PSDataCollection(Of ErrorRecord)

Property Value

Applies to