Show / Hide Table of Contents

Class ItemErrorArgs

Contains information about error data.

Inheritance
System.Object
ItemErrorArgs
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ItemErrorArgs : EventArgs

Constructors

ItemErrorArgs(SessionKey, IList<ErrorData>)

Update the error item details.

Declaration
public ItemErrorArgs(SessionKey sessionKey, IList<ErrorData> errorData)
Parameters
Type Name Description
MAT.OCS.Core.SessionKey sessionKey

Session key.

System.Collections.Generic.IList<ErrorData> errorData

List of error data.

Properties

ErrorData

Gets the list of error data.

Declaration
public IList<ErrorData> ErrorData { get; }
Property Value
Type Description
System.Collections.Generic.IList<ErrorData>

SessionKey

Gets the session key for the event.

Declaration
public SessionKey SessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey
Back to top Generated by DocFX