C# Class NetBase.Executive.SQLUnsupportedException

The parser has got ahead of the executive. We throw this to indicate that parsing has been successful, but we can't actually run it...
Inheritance: System.Exception
Show file Open project: buttonpusher/NetBase

Public Methods

Method Description
SQLUnsupportedException ( string message ) : System

Method Details

SQLUnsupportedException() public method

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