RestartPendingException Constructor

 

Initializes a new instance of the RestartPendingException class.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Overload List

Name Description
System_CAPS_pubmethod RestartPendingException()

Initializes a new instance of the RestartPendingException class.

System_CAPS_protmethod RestartPendingException(SerializationInfo, StreamingContext)

Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.

System_CAPS_pubmethod RestartPendingException(String)

Initializes a new instance of the RestartPendingException class with the specified message.

System_CAPS_pubmethod RestartPendingException(String, Exception)

Initializes a new instance of the RestartPendingException class with the specified message and specified inner exception.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

RestartPendingException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top