The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ProjectData::SetProjectError Method (Exception^, Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
The Visual Basic compiler uses this helper method to capture exceptions in the Err object.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Parameters
- ex
-
Type:
System::Exception^
The Exception object to be caught.
- lErl
-
Type:
System::Int32
The line number of the exception.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1
Show: