PropertyNotFoundException Class

Definition

Represents all exceptions in scenarios where the property is not found.

public ref class PropertyNotFoundException : Exception
public class PropertyNotFoundException : Exception
type PropertyNotFoundException = class
    inherit Exception
Public Class PropertyNotFoundException
Inherits Exception
Inheritance
PropertyNotFoundException

Constructors

PropertyNotFoundException(String)

Initializes a new instance of the PropertyNotFoundException class with the specified name for the property exception.

Properties

PropertyName

Gets the name of the property.

Applies to