Exception for CSV parsing
in
CsvSplit(string)
.
- Namespace
- Songhay
.Exceptions - Base Types
-
- Exception
graph BT
Type-->Base0["Exception"]
Type["CsvParseException"]
class Type type-node
Syntax
[Serializable]
public class CsvParseException : Exception
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
CsvParseException |
Initializes a new instance of the CsvParseException class.
|
CsvParseException |
Initializes a new instance of the CsvParseException class.
|
CsvParseException |
Initializes a new instance of the CsvParseException class.
|
Extension Methods
Name | Value | Summary |
---|---|---|
Is |
bool |
Determines whether the specified type
can be assigned to
System.Runtime.Serialization.ISerializable .
From NullableExtensions
|
ToObjectOrDbNull |
object |
Boxes the nullable in
object
or returns DBNull .
From NullableExtensions
|
To |
T |
Returns the non-null value of the specified, nullable reference type
or throws an
ArgumentNullException
when the value is null.
From NullableExtensions
|