Function that is called when a header validation check is ran. The default function
will throw a
ValidationException if there is no header for a given member mapping.
You can supply your own function to do other things like logging the issue instead of throwing an exception.
- Namespace
- CsvHelper
- Interfaces
-
- ICloneable
- ISerializable
- Base Types
-
- object
- Delegate
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Base0-->Base1["Delegate"]
Base1-->Base2["object"]
Type-.->Interface0["ICloneable"]
Type-.->Interface1["ISerializable"]
Type["HeaderValidated"]
class Type type-node
Syntax
public delegate void HeaderValidated(HeaderValidatedArgs args) : MulticastDelegate, ICloneable,
ISerializable
Operators
| Name | Value | Summary |
|---|---|---|
| operator != |
bool |
Inherited from Delegate
|
| operator != |
bool |
Inherited from MulticastDelegate
|
| operator == |
bool |
Inherited from Delegate
|
| operator == |
bool |
Inherited from MulticastDelegate
|