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
Afficher le fichier Open project: buttonpusher/NetBase

Méthodes publiques

Méthode Description
UnsupportedDataTypeException ( string message ) : System

Method Details

UnsupportedDataTypeException() public méthode

public UnsupportedDataTypeException ( string message ) : System
message string
Résultat System