RegisteredServerException Constructor (String, Exception)
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.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 RegisteredServerException(message, _
innerException)
public RegisteredServerException(
string message,
Exception innerException
)
public:
RegisteredServerException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> RegisteredServerException
public function RegisteredServerException(
message : String,
innerException : Exception
)