RestartPendingException Constructors

Definition

Overloads

RestartPendingException()

Base constructor

RestartPendingException(String)

Base constructor

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

Base constructor

RestartPendingException()

Base constructor

public RestartPendingException ();
Public Sub New ()

Applies to

RestartPendingException(String)

Base constructor

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

Parameters

message
String

Applies to

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)

Parameters

Applies to

RestartPendingException(String, Exception)

Base constructor

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)

Parameters

message
String
innerException
Exception

Applies to