RestartPendingException<T> Constructor (String, T, T)
Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub New ( _
    propertyName As String, _
    configValue As T, _
    runValue As T _
)
'Usage
Dim propertyName As String
Dim configValue As T
Dim runValue As T
Dim instance As New RestartPendingException(propertyName, _
    configValue, runValue)
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 function RestartPendingException(
    propertyName : String, 
    configValue : T, 
    runValue : T
)