PropertyWriteException Class

Definition

The exception thrown when trying to set a property that has been blocked.

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

Constructors

PropertyWriteException()

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

PropertyWriteException(String)

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

PropertyWriteException(String, Exception)

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

PropertyWriteException(String, String, String, String)

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

Properties

HelpLink

Gets a link as string to the support web site.

(Inherited from SmoException)
Message

Gets the message of the exception.

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