Compartir a través de


FunctionWrongArgumentTypeException Miembros

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

El tipo FunctionWrongArgumentTypeException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico FunctionWrongArgumentTypeException() () () ()
Método publico FunctionWrongArgumentTypeException(String) Initializes a new instance of the FunctionWrongArgumentTypeException class that has the specified message text.
Método publico FunctionWrongArgumentTypeException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified message text and inner exception.
Método publico FunctionWrongArgumentTypeException(String, String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function, and received and expected types.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido Init (Se hereda de DmfException).
Método protegido MemberwiseClone (Se hereda de Object).
Método protegido SetHelpContext (Se hereda de DmfException).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública DmfExceptionType (Invalida DmfException. . :: . .DmfExceptionType.)
Propiedad pública ExpectedType Gets the type that was expected by the function.
Propiedad pública FunctionName Gets the name of the function that caused the exception.
Propiedad pública HelpLink (Se hereda de DmfException).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Invalida Exception. . :: . .Message.)
Propiedad pública ReceivedType Gets the type that was received by the function.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio