Freigeben über


FunctionWrongArgumentTypeException-Member

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

Der FunctionWrongArgumentTypeException-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode FunctionWrongArgumentTypeException() () () ()
Öffentliche Methode FunctionWrongArgumentTypeException(String) Initializes a new instance of the FunctionWrongArgumentTypeException class that has the specified message text.
Öffentliche Methode FunctionWrongArgumentTypeException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Öffentliche Methode FunctionWrongArgumentTypeException(String, String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode Init (Geerbt von DmfException.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext (Geerbt von DmfException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft DmfExceptionType (Überschreibt DmfException. . :: . .DmfExceptionType.)
Öffentliche Eigenschaft ExpectedType Gets the type that was expected by the function.
Öffentliche Eigenschaft FunctionName Gets the name of the function that caused the exception.
Öffentliche Eigenschaft HelpLink (Geerbt von DmfException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Überschreibt Exception. . :: . .Message.)
Öffentliche Eigenschaft ReceivedType Gets the type that was received by the function.
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang