InvalidWmpVersionException Constructor (String^, Exception^)

 

Initializes a new instance of the InvalidWmpVersionException class with the given error message and a reference to the inner exception that caused this exception.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

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

Parameters

message
Type: System::String^

The description of the error.

innerException
Type: System::Exception^

The inner exception that caused this exception.

.NET Framework
Available since 3.0
Return to top
Show: