InternalSmoErrorException コンストラクター (String, Exception)

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

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

構文

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

Dim instance As New InternalSmoErrorException(message, _
    innerException)
public InternalSmoErrorException(
    string message,
    Exception innerException
)
public:
InternalSmoErrorException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> InternalSmoErrorException
public function InternalSmoErrorException(
    message : String, 
    innerException : Exception
)

パラメーター