System.ComponentModel.InvalidAsynchronousStateException.InvalidAsynchronousStateException C# (CSharp) Method

InvalidAsynchronousStateException() public method

Initializes a new instance of the class without a message.

public InvalidAsynchronousStateException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        public InvalidAsynchronousStateException() : this(null)
        {
        }

Same methods

InvalidAsynchronousStateException::InvalidAsynchronousStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
InvalidAsynchronousStateException::InvalidAsynchronousStateException ( string message ) : System.Runtime.Serialization
InvalidAsynchronousStateException::InvalidAsynchronousStateException ( string message, Exception innerException ) : System.Runtime.Serialization
InvalidAsynchronousStateException