RestartPendingException<T> 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<T>()

Initializes a new instance of the RestartPendingException class.

System_CAPS_pubmethod RestartPendingException<T>(String)

Initializes a new instance of the RestartPendingException class that has the specified message text.

System_CAPS_pubmethod RestartPendingException<T>(String, T, T)

Initializes a new instance of the RestartPendingException class that has the specified property and its configuration and run values.

System_CAPS_pubmethod RestartPendingException<T>(String, Exception)

Initializes a new instance of the RestartPendingException class that has the specified message text and inner exception.

Remarks

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

See Also

RestartPendingException<T> Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top