'Declaration Public Shared Function DataProviderNotFound( _ ByVal dataProviderName As String _ ) As Exception
public static Exception DataProviderNotFound( string dataProviderName )
Parameters
- dataProviderName
- The name of the data provider.
Return Value
A new instance of DataProcessingException.