ExceptionMessagesContainRawDataAttribute Class
A value indicating whether exception messages contain raw CSV data. if exceptions contain raw CSV data, otherwise .
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["ExceptionMessagesContainRawDataAttribute"] class Type type-node

Syntax

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

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
ExceptionMessagesContainRawDataAttribute(bool) A value indicating whether exception messages contain raw CSV data. if exceptions contain raw CSV data, otherwise .

Properties

Name Property Type Summary
ExceptionMessagesContainRawData bool
A value indicating whether exception messages contain raw CSV data. if exceptions contain raw CSV data, otherwise .

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.