RestartPendingException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- info
- SerializationInfo
- context
- StreamingContext
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