Name

InvalidOperationException

Synopsis

This exception indicates that a user attempted to use a method when the object was not in an appropriate state. For example, this exception is thrown if you attempt to write data with a System.Xml.XmlTextWriter that is already closed.

public class InvalidOperationException : SystemException {
// Public Constructors
   public method InvalidOperationException();  
   public method InvalidOperationException(string message);  
   public method InvalidOperationException(string message, 
        Exception innerException);  
// Protected Constructors
   protected method InvalidOperationException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionInvalidOperationException

Subclasses

ObjectDisposedException, System.Net.{ProtocolViolationException, WebException}

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.