Here are the examples of the csharp api class System.Data.Common.ADP.InvalidOperation(string) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
3 Examples
0
1. Example
View licensestatic internal InvalidOperationException DataAdapter(string error) { return InvalidOperation(error); }
0
2. Example
View licensestatic private InvalidOperationException Provider(string error) { return InvalidOperation(error); }
0
3. Example
View licensestatic private InvalidOperationException DataMapping(string error) { return InvalidOperation(error); }