C# Class CodeBuilder.Exceptions.NotSupportDatabaseException

Inheritance: System.Exception
Show file Open project: xianrendzw/CodeBuilder

Public Methods

Method Description
NotSupportDatabaseException ( ) : System
NotSupportDatabaseException ( string message ) : System

Method Details

NotSupportDatabaseException() public method

public NotSupportDatabaseException ( ) : System
return System

NotSupportDatabaseException() public method

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