Share via


Membres FunctionWrongArgumentTypeException

The FunctionWrongArgumentTypeException class is an exception that is raised when the function receives an argument that is the incorrect type.

Le type FunctionWrongArgumentTypeException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique FunctionWrongArgumentTypeException() () () ()
Méthode publique FunctionWrongArgumentTypeException(String) Initializes a new instance of the FunctionWrongArgumentTypeException class that has the specified message text.
Méthode publique FunctionWrongArgumentTypeException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Méthode publique FunctionWrongArgumentTypeException(String, String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetBaseException (Hérité de Exception.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetObjectData (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Méthode publique GetType (Hérité de Exception.)
Méthode protégée Init (Hérité de DmfException.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode protégée SetHelpContext (Hérité de DmfException.)
Méthode publique ToString (Hérité de Exception.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (Hérité de Exception.)
Propriété publique DmfExceptionType (Se substitue à DmfException. . :: . .DmfExceptionType.)
Propriété publique ExpectedType Gets the type that was expected by the function.
Propriété publique FunctionName Gets the name of the function that caused the exception.
Propriété publique HelpLink (Hérité de DmfException.)
Propriété protégée HResult (Hérité de Exception.)
Propriété publique InnerException (Hérité de Exception.)
Propriété publique Message (Se substitue à Exception. . :: . .Message.)
Propriété publique ReceivedType Gets the type that was received by the function.
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)

Haut de la page