NonConfigurableReadOnlyPropertyException 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.
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
- Attributes
Constructors
NonConfigurableReadOnlyPropertyException() |
Constructor |
NonConfigurableReadOnlyPropertyException(String, Exception) |
Base constructor |
NonConfigurableReadOnlyPropertyException(String, String, Exception) |
Base constructor with additional property name |
NonConfigurableReadOnlyPropertyException(String) |
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) |