ActionNotSupportedException Constructor
Include Protected Members
Include Inherited Members
Initializes a default instance of the ActionNotSupportedException class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ActionNotSupportedException(Exception) | Initializes an instance of the ActionNotSupportedException class when there was an inner exception that caused this exception. | |
ActionNotSupportedException(String) | Initializes an instance of the ActionNotSupportedException class with a message. |
Top
Remarks
The default constructor initializes any fields to their default values.