Membri OperatorNotApplicableException
The OperatorNotApplicableException class is an exception that is raised when an operator does not have the appropriate permissions.
Il tipo OperatorNotApplicableException espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
OperatorNotApplicableException() () () () | ||
OperatorNotApplicableException(String) | Initializes a new instance of the OperatorNotApplicableException class that has the specified message text. | |
OperatorNotApplicableException(String, Exception) | Initializes a new instance of the OperatorNotApplicableException class that has the specified message text and inner exception. | |
OperatorNotApplicableException(String, String) | Initializes a new instance of the OperatorNotApplicableException class that has the specified operator and object type. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetBaseException | (Ereditato da Exception). | |
GetHashCode | (Ereditato da Object). | |
GetObjectData | (Esegue l'override di Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Ereditato da Exception). | |
Init | (Ereditato da DmfException). | |
MemberwiseClone | (Ereditato da Object). | |
SetHelpContext | (Ereditato da DmfException). | |
ToString | (Ereditato da Exception). |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | (Ereditato da Exception). | |
DmfExceptionType | (Esegue l'override di DmfException. . :: . .DmfExceptionType.) | |
HelpLink | (Ereditato da DmfException). | |
HResult | (Ereditato da Exception). | |
InnerException | (Ereditato da Exception). | |
Message | (Esegue l'override di Exception. . :: . .Message.) | |
Operator | Gets the operator that is not applicable. | |
Source | (Ereditato da Exception). | |
StackTrace | (Ereditato da Exception). | |
TargetSite | (Ereditato da Exception). | |
Type | Gets the type of object for which the operator is not applicable. |
In alto
Vedere anche