PropertyDescriptorNotFoundException Class

Definition

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
PropertyDescriptorNotFoundException
Attributes

Constructors

PropertyDescriptorNotFoundException()

Initializes a new instance of the PropertyDescriptorNotFoundException class.

PropertyDescriptorNotFoundException(SerializationInfo, StreamingContext)

Constructor for serialization purposes.

PropertyDescriptorNotFoundException(String)

Initializes a new instance of the PropertyDescriptorNotFoundException class with a specified error message.

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.

Applies to