Class
ExecutionErrorEventArgs

Definition

Namespace:ArtOfTest.WebAii.Design.Execution

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ExecutionErrorEventArgs : EventArgs

Inheritance: objectEventArgsExecutionErrorEventArgs

Inherited Members EventArgs.Empty

Constructors

ExecutionErrorEventArgs(string)

Declaration

cs-api-definition
public ExecutionErrorEventArgs(string error)

Parameters

error

string

Properties

Error

Declaration

cs-api-definition
public string Error { get; set; }

Property Value

string