Partager via


Membres OperatorNotApplicableException

The OperatorNotApplicableException class is an exception that is raised when an operator does not have the appropriate permissions.

Le type OperatorNotApplicableException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique OperatorNotApplicableException() () () ()
Méthode publique OperatorNotApplicableException(String) Initializes a new instance of the OperatorNotApplicableException class that has the specified message text.
Méthode publique OperatorNotApplicableException(String, Exception) Initializes a new instance of the OperatorNotApplicableException class that has the specified message text and inner exception.
Méthode publique OperatorNotApplicableException(String, String) Initializes a new instance of the OperatorNotApplicableException class that has the specified operator and object type.

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 Operator Gets the operator that is not applicable.
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 of object for which the operator is not applicable.

Haut de la page