Changes between Version 1 and Version 2 of InvalidOperationException
- Timestamp:
- 11/25/12 22:12:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InvalidOperationException
v1 v2 1 = InvalidOperationException =1 = !InvalidOperationException = 2 2 3 3 This exception is thrown by some library methods when the operation in question is not valid. Since there are already more specific ArgumentNullException and ArgumentException classes, InvalidOperationException will often indicate that the state of the object against which the method is called is not valid.