ErrorAction Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ErrorAction 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 | |
---|---|---|
ErrorAction() | Initializes a new instance of the ErrorAction class for XML serialization or deserialization. | |
ErrorAction(String) | Initializes a new instance of the ErrorAction class by using the provided descriptive message. | |
ErrorAction(String, UITechnologyElement) | Initializes a new instance of the ErrorAction class by using the descriptive message and element. | |
ErrorAction(String, String) | Initializes a new instance of the ErrorAction class by using the descriptive message and identifier. |
Top