ErrorAction Constructor (String, String)
Initializes a new instance of the ErrorAction class by using the descriptive message and identifier.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public ErrorAction(
string message,
string idTag
)
public:
ErrorAction(
String^ message,
String^ idTag
)
new :
message:string *
idTag:string -> ErrorAction
Public Sub New (
message As String,
idTag As String
)
Parameters
message
Type: System.StringThe description of the error.
idTag
Type: System.StringThe error identifier.
See Also
ErrorAction Overload
ErrorAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top