Classe UnsupportedVersionException
The UnsupportedVersionException class represents the exception raised when an SMO operation encounters an unsupported version of SQL Server.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Smo. . :: . .SmoException
Microsoft.SqlServer.Management.Smo..::..UnsupportedVersionException
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class UnsupportedVersionException _
Inherits SmoException
'Utilizzo
Dim instance As UnsupportedVersionException
[SerializableAttribute]
public sealed class UnsupportedVersionException : SmoException
[SerializableAttribute]
public ref class UnsupportedVersionException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type UnsupportedVersionException =
class
inherit SmoException
end
public final class UnsupportedVersionException extends SmoException
Nel tipo UnsupportedVersionException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
UnsupportedVersionException() () () () | Initializes a new instance of the UnsupportedVersionException class. | |
UnsupportedVersionException(String) | Initializes a new instance of the UnsupportedVersionException class with the specified message. | |
UnsupportedVersionException(String, Exception) | Initializes a new instance of the UnsupportedVersionException class with the specified message and inner exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. Ereditato da SmoException. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
SmoExceptionType | Gets the SMO exception type. Esegue l'override di SmoException. . :: . .SmoExceptionType. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
SetHelpContext | Sets the Help context value for the referenced exception. Ereditato da SmoException. | |
ToString | Ereditato da Exception. |
In alto
Osservazioni
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche