ChartException Constructor (String, Exception) |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public ChartException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
ChartException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> ChartException
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also