Initializes a new instance of the DataBindingException class.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DataBindingException( string message ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: DataBindingException( String^ message ) |
Parameters
- message
- Type: System..::.String