PropertyTypeMismatchException コンストラクター

定義

オーバーロード

名前 説明
PropertyTypeMismatchException()

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

PropertyTypeMismatchException(String)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

PropertyTypeMismatchException(String, Exception)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

PropertyTypeMismatchException(String, String, String)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

PropertyTypeMismatchException()

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

public PropertyTypeMismatchException();
Public Sub New ()

適用対象

PropertyTypeMismatchException(String)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

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

パラメーター

message
String

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

適用対象

PropertyTypeMismatchException(String, Exception)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

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

パラメーター

message
String

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

innerException
Exception

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

適用対象

PropertyTypeMismatchException(String, String, String)

Microsoftのコンストラクター。SqlServer.Management.Smo.PropertyTypeMismatchException。

public PropertyTypeMismatchException(string propertyName, string receivedType, string expectedType);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (propertyName As String, receivedType As String, expectedType As String)

パラメーター

propertyName
String

一致しないプロパティ。

receivedType
String

プロパティに対して受け取った型が正しくありません。

expectedType
String

プロパティの予想される入力ミス。

適用対象