NonConfigurableReadOnlyPropertyException Class

Definition

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

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

Constructors

NonConfigurableReadOnlyPropertyException()

Constructor

NonConfigurableReadOnlyPropertyException(String)

Constructor

NonConfigurableReadOnlyPropertyException(String, Exception)

Base constructor

NonConfigurableReadOnlyPropertyException(String, String, Exception)

Base constructor with additional property name

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