InvalidOperandException Members
Include Protected Members
Include Inherited Members
The InvalidOperandException class is an exception that is raised when an operand is encountered that is not valid.
The InvalidOperandException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InvalidOperandException() | ||
InvalidOperandException(String) | Initializes a new instance of the InvalidOperandException class with the specified message text. | |
InvalidOperandException(String, Exception) | Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified message text and inner exception. | |
InvalidOperandException(String, String) | Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand. |
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.) | |
NodeType | Gets the type of node that is associated with the operand. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) | |
Type | Gets the type on which the operand that was not valid was operating. |
Top