MissingPropertyException Class

Definition

This exception gets thrown when we attempt to configure some read only properties

[System.Serializable]
public sealed class MissingPropertyException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type MissingPropertyException = class
    inherit DmfException
Public NotInheritable Class MissingPropertyException
Inherits DmfException
Inheritance
Attributes

Constructors

MissingPropertyException()

Constructor

MissingPropertyException(String)

Constructor

MissingPropertyException(String, Exception)

Base constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

PropertyName

Property Name

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to