Skip to main content
A newer version of this page is available. .

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