PropertyReadOnlyException 類別

定義

嘗試設定可讀屬性時拋出的例外。

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

建構函式

名稱 Description
PropertyReadOnlyException()

T:Microsoft 的建構器。SqlServer.Management.Smo.PropertyReadOnlyException.

PropertyReadOnlyException(String, Exception)

T:Microsoft 的建構器。SqlServer.Management.Smo.PropertyReadOnlyException.

PropertyReadOnlyException(String)

T:Microsoft 的建構器。SqlServer.Management.Smo.PropertyReadOnlyException.

屬性

名稱 Description
HelpLink

會收到一個連結作為支援網站的字串。

(繼承來源 SmoException)
Message

會以字串的形式接收異常訊息。

PropertyName

嘗試設定可讀屬性時拋出的例外。

SmoExceptionType

會收到 T:Microsoft 的例外類型。SqlServer.Management.Smo.SmoExceptionType enumeration.

方法

名稱 Description
GetObjectData(SerializationInfo, StreamingContext)

序列化輔助方法。

SetHelpContext(String)

嘗試設定可讀屬性時拋出的例外。

(繼承來源 SmoException)

適用於