Partager via


Membres InvalidOperandException

The InvalidOperandException class is an exception that is raised when an operand is encountered that is not valid.

Le type InvalidOperandException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique InvalidOperandException() () () ()
Méthode publique InvalidOperandException(String) Initializes a new instance of the InvalidOperandException class with the specified message text.
Méthode publique InvalidOperandException(String, Exception) Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified message text and inner exception.
Méthode publique InvalidOperandException(String, String) Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand.

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 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 NodeType Gets the type of node that is associated with the operand.
Propriété publique Source (Hérité de Exception.)
Propriété publique StackTrace (Hérité de Exception.)
Propriété publique TargetSite (Hérité de Exception.)
Propriété publique Type Gets the type on which the operand that was not valid was operating.

Haut de la page