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

 

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

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

Syntax

public RestartPendingException(
    string propertyName,
    T configValue,
    T runValue
)
public:
RestartPendingException(
    String^ propertyName,
    T configValue,
    T runValue
)
new : 
        propertyName:string *
        configValue:'T *
        runValue:'T -> RestartPendingException
Public Sub New (
    propertyName As String,
    configValue As T,
    runValue As T
)

Parameters

  • configValue
    Type: T

    A String value that specifies the configuration value of the property.

  • runValue
    Type: T

    A String value that specifies the run value of the property.

Remarks

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

Examples

Handling SMO Exceptions

See Also

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

Return to top