Windows apps
Collapse the table of content
Expand the table of content
Information
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.

InternalErrorException Constructor (String^, Exception^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the InternalErrorException class, specifying an error message and an inner exception.

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
InternalErrorException(
	String^ message,
	Exception^ innerException
)

Parameters

message
Type: System::String^

The message that describes the error.

innerException
Type: System::Exception^

The exception that is the cause of the current internal exception.

The value of the message parameter is set as the value of the Message property. The value of the innerException parameter is set as the value of the InnerException property.

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft