次の方法で共有


SmoException コンストラクター (String)

指定したメッセージを使用して、SmoException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New SmoException(message)
public SmoException(
    string message
)
public:
SmoException(
    String^ message
)
new : 
        message:string -> SmoException
public function SmoException(
    message : String
)

パラメーター