PropertyWriteException コンストラクター

定義

オーバーロード

名前 説明
PropertyWriteException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

PropertyWriteException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

PropertyWriteException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

PropertyWriteException(String, String, String, String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

PropertyWriteException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

public PropertyWriteException();
Public Sub New ()

適用対象

PropertyWriteException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

public PropertyWriteException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (message As String)

パラメーター

message
String

文字列としての例外のメッセージ。

適用対象

PropertyWriteException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

public PropertyWriteException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

文字列としての例外のメッセージ。

innerException
Exception

現在の例外の原因となった T:System.Exception インスタンス。

適用対象

PropertyWriteException(String, String, String, String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.PropertyWriteException。

public PropertyWriteException(string propertyName, string objectKind, string objectName, string reason);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string * string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (propertyName As String, objectKind As String, objectName As String, reason As String)

パラメーター

propertyName
String

例外の原因となったブロックされたプロパティの文字列としての名前。

objectKind
String

ブロックされたプロパティの文字列としてのオブジェクトの種類。

objectName
String

ブロックされたプロパティの文字列としてのオブジェクトの名前

reason
String

プロパティのブロックの理由。

適用対象