Skip to content

Document exceptions for CsvReader.GetRecords #2338

@lonix1

Description

@lonix1

CsvReader.GetRecords{T}(T) and CsvReader.GetRecords(Type) throw ObjectDisposedException, which should be documented:

/// <exception cref="ObjectDisposedException">...</exception>
public virtual IEnumerable<T> GetRecords<T>(T anonymousTypeDefinition)

/// <exception cref="ObjectDisposedException">...</exception>
public virtual IEnumerable<object> GetRecords(Type type)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions