Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String, _
previous As Exception _
)
'Uso
Dim message As String
Dim previous As Exception
Dim instance As New RegisteredServerException(message, _
previous)
public RegisteredServerException(
string message,
Exception previous
)
public:
RegisteredServerException(
String^ message,
Exception^ previous
)
new :
message:string *
previous:Exception -> RegisteredServerException
public function RegisteredServerException(
message : String,
previous : Exception
)
Parámetros
- message
Tipo: System.String
A String value that specifies the message string for the Registered Server exception.
- previous
Tipo: System.Exception
An Exception object that specifies the inner exception for the Registered Server exception.
Vea también
Referencia
RegisteredServerException Clase
Sobrecarga de RegisteredServerException
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum