Overload | Description |
---|---|
ColumnCountException Constructor() | Generated base exception for a column count error. |
ColumnCountException Constructor(Int32) | Generated exception for a column count error with a given error number. |
ColumnCountException Constructor(String) | Generated exception for a column count error with a given message. |
ColumnCountException Constructor(Int32,String) | Generated exception for a column count error with a given error number and message. |
ColumnCountException Constructor(String,Exception) | Generated exception for a column count error with a given message and inner exception. |