RunSpace04 Code Samples

Here is a code sample for a runspace that uses the System.Management.Automation.Runspaceinvoke class to execute a script that generates a terminating error. The host application is responsible for catching the error and interpreting the error record.

Note

You can download the VB.NET source file (Runspace04.vb) for this runspace using the Windows Software Development Kit for Windows Vista and Microsoft .NET Framework 3.0 Runtime Components. For download instructions, see How to Install Windows PowerShell and Download the Windows PowerShell SDK. The downloaded source files are available in the <PowerShell Samples> directory.

For complete sample code, see the following topics.

Language Topic
VB.NET Runspace04 (VB.NET) Code Sample

See Also

Windows PowerShell Programmer's Guide

Windows PowerShell SDK