PropertyReadOnlyException Class

Definition

The exception that is thrown when trying to set a readonly property.

[System.Serializable]
public sealed class PropertyReadOnlyException : Microsoft.SqlServer.Management.Smo.SmoException
[<System.Serializable>]
type PropertyReadOnlyException = class
    inherit SmoException
Public NotInheritable Class PropertyReadOnlyException
Inherits SmoException
Inheritance
Attributes

Constructors

PropertyReadOnlyException()

Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.

PropertyReadOnlyException(String)

Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.

PropertyReadOnlyException(String, Exception)

Constructor for the T:Microsoft.SqlServer.Management.Smo.PropertyReadOnlyException.

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message of the exception as string.

PropertyName
SmoExceptionType

Gets the type of exception from the T:Microsoft.SqlServer.Management.Smo.SmoExceptionType enumeration.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper method.

SetHelpContext(String) (Inherited from SmoException)

Applies to