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