ColumnCountMismatchException(String) - конструктор
Initializes a new instance of the InvalidOperationException class with a specified error message.
Пространство имён: Tessa.ViewsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
public ColumnCountMismatchException(
string? message
)
Public Sub New (
message As String
)
public:
ColumnCountMismatchException(
String^ message
)
new :
message : string -> ColumnCountMismatchException
Параметры
- message String
- The message that describes the error.