Initializes a new instance of the ChartException class.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public ChartException( string message, Exception inner ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
| Visual C++ |
|---|
public: ChartException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::.String
[Missing <param> documentation for "message"]
- inner
- Type: System..::.Exception
[Missing <param> documentation for "inner"]