言語

InvalidPropertyValueException コンストラクター

定義

オーバーロード

InvalidPropertyValueException()

public InvalidPropertyValueException();
Public Sub New ()

適用対象

InvalidPropertyValueException(String)

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

パラメーター

message
String

適用対象

InvalidPropertyValueException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象