Class
ErrorReportingArgs

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class ErrorReportingArgs

Inheritance: objectErrorReportingArgs

Constructors

ErrorReportingArgs(Error)

Declaration

cs-api-definition
public ErrorReportingArgs(Error error)

Parameters

error

Error

Properties

Handled

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool

Message

Declaration

cs-api-definition
public string Message { get; }

Property Value

string