StreamNotFoundException Constructor (Object^, String^)

Visual Studio 2015
 

Initializes a new instance of StreamNotFoundException with the specified key and message.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
StreamNotFoundException(
	Object^ key,
	String^ message
)

Parameters

key
Type: System::Object^

The key.

message
Type: System::String^

The message.

Return to top
Show: