C# Class 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)
Inheritance: System.Exception
ファイルを表示 Open project: buttonpusher/NetBase

Public Methods

Method Description
UnsupportedDataTypeException ( string message ) : System

Method Details

UnsupportedDataTypeException() public method

public UnsupportedDataTypeException ( string message ) : System
message string
return System