Condividi tramite


Membri 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.

Il tipo PropertyTypeMismatchException espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PropertyTypeMismatchException() () () () Initializes a new instance of the PropertyTypeMismatchException class.
Metodo pubblico PropertyTypeMismatchException(String) Initializes a new instance of the PropertyTypeMismatchException class with the specified message.
Metodo pubblico PropertyTypeMismatchException(String, Exception) Initializes a new instance of the PropertyTypeMismatchException class with the specified message and specified inner exception.
Metodo pubblico 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

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetBaseException (Ereditato da Exception).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetObjectData Returns object data in order to facilitate remoting. (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Metodo pubblico GetType (Ereditato da Exception).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo protetto SetHelpContext Sets the Help context value for the referenced exception. (Ereditato da SmoException).
Metodo pubblico ToString (Ereditato da Exception).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data (Ereditato da Exception).
Proprietà pubblica ExpectedType Gets the expected data type for the property.
Proprietà pubblica HelpLink Gets the Help link for further information from Microsoft about the SMO exception. (Ereditato da SmoException).
Proprietà protetta HResult (Ereditato da Exception).
Proprietà pubblica InnerException (Ereditato da Exception).
Proprietà pubblica Message Gets the message that describes the exception. (Esegue l'override di Exception. . :: . .Message.)
Proprietà pubblica PropertyName Gets the name of the property that received a value with the incorrect data type.
Proprietà pubblica ReceivedType Gets the data type that was received incorrectly by the property.
Proprietà pubblica SmoExceptionType Gets the type of SMO exception. (Esegue l'override di SmoException. . :: . .SmoExceptionType.)
Proprietà pubblica Source (Ereditato da Exception).
Proprietà pubblica StackTrace (Ereditato da Exception).
Proprietà pubblica TargetSite (Ereditato da Exception).

In alto