RestartPendingException Constructor (String, Exception)
Initializes a new instance of the RestartPendingException class with the specified message and specified inner exception.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception
Dim instance As New RestartPendingException(message, _
innerException)
public RestartPendingException(
string message,
Exception innerException
)
public:
RestartPendingException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> RestartPendingException
public function RestartPendingException(
message : String,
innerException : Exception
)
Parámetros
- message
Tipo: System.String
A String value that specifies the message text that is associated with the restart pending exception.
- innerException
Tipo: System.Exception
An Exception system object value that specifies the exception that caused the restart pending exception.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.