Wiki

Changes between Version 1 and Version 2 of InvalidOperationException

Show
Ignore:
Timestamp:
11/25/12 22:12:30 (11 years ago)
Author:
Charles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InvalidOperationException

    v1 v2  
    1 = InvalidOperationException = 
     1= !InvalidOperationException = 
    22 
    33This 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.