OperatorNotApplicableException Members
Include Protected Members
Include Inherited Members
The OperatorNotApplicableException class is an exception that is raised when an operator does not have the appropriate permissions.
The OperatorNotApplicableException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
Init() | (Inherited from DmfException.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetHelpContext(String) | (Inherited from DmfException.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) | |
HelpLink | (Inherited from DmfException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Overrides Exception.Message.) | |
Operator | Gets the operator that is not applicable. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Type | Gets the type of object for which the operator is not applicable. |
Top
See Also