RunspaceOpenModuleLoadException.ErrorRecords 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.
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)