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.

ResourceReferenceKeyNotFoundException Constructor (String^, Object^)

 

Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified error message and resource key.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
ResourceReferenceKeyNotFoundException(
	String^ message,
	Object^ resourceKey
)

Parameters

message
Type: System::String^

A possible descriptive message.

resourceKey
Type: System::Object^

The key that was not found.

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