PropertyDescriptorNotFoundException 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.
An exception for situations where an expected ElementPropertyDescriptor is not found.
public ref class PropertyDescriptorNotFoundException : Microsoft::VisualStudio::Modeling::ModelingException
[System.Serializable]
public class PropertyDescriptorNotFoundException : Microsoft.VisualStudio.Modeling.ModelingException
[<System.Serializable>]
type PropertyDescriptorNotFoundException = class
inherit ModelingException
Public Class PropertyDescriptorNotFoundException
Inherits ModelingException
- Inheritance
- Attributes
Constructors
PropertyDescriptorNotFoundException() |
Initializes a new instance of the PropertyDescriptorNotFoundException class. |
PropertyDescriptorNotFoundException(SerializationInfo, StreamingContext) |
Constructor for serialization purposes. |
PropertyDescriptorNotFoundException(String, Exception) |
Initializes a new instance of the PropertyDescriptorNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
PropertyDescriptorNotFoundException(String) |
Initializes a new instance of the PropertyDescriptorNotFoundException class with a specified error message. |