PropertyNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |