C# Class NetBase.Storage.InvalidDataTypeException

Thrown when e.g. a column name is too long
Inheritance: System.Exception
Show file Open project: buttonpusher/NetBase

Public Methods

Method Description
InvalidDataTypeException ( string message ) : System

Method Details

InvalidDataTypeException() public method

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