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

Name Description
NonConfigurableReadOnlyPropertyException()

Constructor

NonConfigurableReadOnlyPropertyException(String, Exception)

Base constructor

NonConfigurableReadOnlyPropertyException(String, String, Exception)

Base constructor with additional property name

NonConfigurableReadOnlyPropertyException(String)

Constructor

Properties

Name Description
DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

PropertyName

Property Name

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to