Bewerken

ResourceReferenceKeyNotFoundException Class

Definition

The exception that is thrown when a resource reference key cannot be found during parsing or serialization of markup extension resources.

public ref class ResourceReferenceKeyNotFoundException : InvalidOperationException
public class ResourceReferenceKeyNotFoundException : InvalidOperationException
type ResourceReferenceKeyNotFoundException = class
    inherit InvalidOperationException
Public Class ResourceReferenceKeyNotFoundException
Inherits InvalidOperationException
Inheritance
ResourceReferenceKeyNotFoundException

Constructors

Name Description
ResourceReferenceKeyNotFoundException()

Initializes a new instance of the ResourceReferenceKeyNotFoundException class.

ResourceReferenceKeyNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the ResourceReferenceKeyNotFoundException class with the specified serialization information and streaming context.

ResourceReferenceKeyNotFoundException(String, Object)

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

Properties

Name Description
Key

Gets the key that was not found and caused the exception to be thrown.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Reports specifics of the exception to debuggers or dialogs.

Applies to