Show / Hide Table of Contents

Class ParseErrorEventArgs

Provides data for the ParseError event.

Inheritance
Object
System.EventArgs
ParseErrorEventArgs
Inherited Members
EventArgs.Empty
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Data
Assembly: IRM.dll
Syntax
public class ParseErrorEventArgs : EventArgs

Constructors

ParseErrorEventArgs(MalformedCsvException, ParseErrorAction)

Initializes a new instance of the ParseErrorEventArgs class.

Declaration
public ParseErrorEventArgs(MalformedCsvException error, ParseErrorAction defaultAction)
Parameters
MalformedCsvException error

The error that occured.

ParseErrorAction defaultAction

The default action to take.

Properties

Action

Gets or sets the action to take.

Declaration
public ParseErrorAction Action { get; set; }
Property Value
ParseErrorAction

The action to take.

Error

Gets the error that occured.

Declaration
public MalformedCsvException Error { get; }
Property Value
MalformedCsvException

The error that occured.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX