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: