Classe InvalidVersionSmoOperationException
The InvalidVersionSmoOperationException class represents the exception raised when the version is not valid on an SMO operation.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class InvalidVersionSmoOperationException _
Inherits SmoException
'Utilizzo
Dim instance As InvalidVersionSmoOperationException
[SerializableAttribute]
public sealed class InvalidVersionSmoOperationException : SmoException
[SerializableAttribute]
public ref class InvalidVersionSmoOperationException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidVersionSmoOperationException =
class
inherit SmoException
end
public final class InvalidVersionSmoOperationException extends SmoException
Nel tipo InvalidVersionSmoOperationException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
InvalidVersionSmoOperationException() | Initializes a new instance of the InvalidVersionSmoOperationException class. | |
InvalidVersionSmoOperationException(String) | Initializes a new instance of the InvalidVersionSmoOperationException class with the specified message. | |
InvalidVersionSmoOperationException(ServerVersion) | Initializes a new instance of the InvalidVersionEnumeratorException class with the specified server version. | |
InvalidVersionSmoOperationException(String, Exception) | Initializes a new instance of the InvalidVersionSmoOperationException 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 | Gets the message associated with the Invalid Version SMO Operation exception. Esegue l'override di Exception.Message. | |
SmoExceptionType | Gets the type of exception for the Invalid Version SMO Operation exception. 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. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Populates a SerializationInfo object with the data needed to serialize the target object. Esegue l'override di Exception.GetObjectData(SerializationInfo, StreamingContext). | |
GetType | Ereditato da Exception. | |
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.
Esempi
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.