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

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

構文

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

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

パラメーター