Classe PropertyTypeMismatchException
The PropertyTypeMismatchException class represents the exception raised when an attempt is made to set the property with a value that has the incorrect data type.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class PropertyTypeMismatchException _
Inherits SmoException
'Utilizzo
Dim instance As PropertyTypeMismatchException
[SerializableAttribute]
public sealed class PropertyTypeMismatchException : SmoException
[SerializableAttribute]
public ref class PropertyTypeMismatchException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type PropertyTypeMismatchException =
class
inherit SmoException
end
public final class PropertyTypeMismatchException extends SmoException
Nel tipo PropertyTypeMismatchException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
PropertyTypeMismatchException() | Initializes a new instance of the PropertyTypeMismatchException class. | |
PropertyTypeMismatchException(String) | Initializes a new instance of the PropertyTypeMismatchException class with the specified message. | |
PropertyTypeMismatchException(String, Exception) | Initializes a new instance of the PropertyTypeMismatchException class with the specified message and specified inner exception. | |
PropertyTypeMismatchException(String, String, String) | Initializes a new instance of the PropertyTypeMismatchException class for the specified property, and specified received type and expected type. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
ExpectedType | Gets the expected data type for the property. | |
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 that describes the exception. Esegue l'override di Exception.Message. | |
PropertyName | Gets the name of the property that received a value with the incorrect data type. | |
ReceivedType | Gets the data type that was received incorrectly by the property. | |
SmoExceptionType | Gets the type of SMO 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 | Returns object data in order to facilitate remoting. 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.