RestartPendingException コンストラクター

定義

オーバーロード

名前 説明
RestartPendingException()

基本コンストラクター

RestartPendingException(String)

基本コンストラクター

RestartPendingException(SerializationInfo, StreamingContext)
RestartPendingException(String, Exception)

基本コンストラクター

RestartPendingException()

基本コンストラクター

public RestartPendingException();
Public Sub New ()

適用対象

RestartPendingException(String)

基本コンストラクター

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

パラメーター

message
String

適用対象

RestartPendingException(SerializationInfo, StreamingContext)

protected RestartPendingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.Management.Dmf.RestartPendingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.Management.Dmf.RestartPendingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

適用対象

RestartPendingException(String, Exception)

基本コンストラクター

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

パラメーター

message
String
innerException
Exception

適用対象