Table of Contents

Class ExceptionMessagesContainRawDataAttribute

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

A value indicating whether exception messages contain raw CSV data. true if exceptions contain raw CSV data, otherwise false.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class ExceptionMessagesContainRawDataAttribute : Attribute, IClassMapper
Inheritance
ExceptionMessagesContainRawDataAttribute
Implements
Inherited Members

Constructors

ExceptionMessagesContainRawDataAttribute(bool)

A value indicating whether exception messages contain raw CSV data. true if exceptions contain raw CSV data, otherwise false.

public ExceptionMessagesContainRawDataAttribute(bool exceptionMessagesContainRawData = true)

Parameters

exceptionMessagesContainRawData bool

Properties

ExceptionMessagesContainRawData

A value indicating whether exception messages contain raw CSV data. true if exceptions contain raw CSV data, otherwise false.

public bool ExceptionMessagesContainRawData { get; }

Property Value

bool

Methods

ApplyTo(CsvConfiguration)

public void ApplyTo(CsvConfiguration configuration)

Parameters

configuration CsvConfiguration