言語

PropertyNotAvailableException コンストラクター

定義

オーバーロード

PropertyNotAvailableException()

public PropertyNotAvailableException();
Public Sub New ()

適用対象

PropertyNotAvailableException(String)

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

パラメーター

message
String

適用対象

PropertyNotAvailableException(String, Exception)

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

パラメーター

message
String
innerException
Exception

適用対象