JsonDataSourceException Constructors
An exception that occurs when an attempt to fill a JsonDataSource with data fails.| Name | Parameters | Description |
|---|---|---|
| JsonDataSourceException(String, Exception) | message, innerException | Creates a new instance of the JsonDataSourceException class with specified settings. |
| JsonDataSourceException(String) | message | Creates a new instance of the JsonDataSourceException class with specified settings. |
See Also