[]
Represents data processing exceptions.
public sealed class DataProcessingException : Exception, ISerializable
| Name | Description |
|---|---|
| ErrorCode | Gets the error code associated with the exception. |
| Message | Gets a message that describes the current exception. |
| Name | Description |
|---|---|
| DataProviderNotFound(string) | Creates a new DataProcessingException indicating that the data provider was not found. |
| DataProviderNotSpecified(string) | Creates a new DataProcessingException indicating that the data provider was not specified. |
| SharedDataSourceNotLoaded(string) | Creates a new DataProcessingException indicating that the shared data source could not be loaded. |