Construtor UnsupportedVersionException (String)
Initializes a new instance of the UnsupportedVersionException class with the specified message.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New UnsupportedVersionException(message)
public UnsupportedVersionException(
string message
)
public:
UnsupportedVersionException(
String^ message
)
new :
message:string -> UnsupportedVersionException
public function UnsupportedVersionException(
message : String
)
Parâmetros
- message
Tipo: System.String
A String value that describes the current exception.
Exemplos
Consulte também
Referência
UnsupportedVersionException Classe
Sobrecarregado UnsupportedVersionException
Namespace Microsoft.SqlServer.Management.Smo