public ColumnCountMismatchException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
ColumnCountMismatchException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> ColumnCountMismatchException