C# Класс NetBase.Storage.UnsupportedDataTypeException

Thrown when the user tries to set a column's datatype to an unsupported value. (At the moment this would only be possible from inside the library)
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
UnsupportedDataTypeException ( string message ) : System

Описание методов

UnsupportedDataTypeException() публичный Метод

public UnsupportedDataTypeException ( string message ) : System
message string
Результат System