IncompleteInitialization Constructor (String^, Exception^)

 

Initializes a new instance of the IncompleteInitialization class.

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

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

Parameters

message
Type: System::String^

A string representing the message to be sent.

innerException
Type: System::Exception^

An Exception object.

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