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

InvalidAsynchronousStateException() public method

Initializes a new instance of the class with the specified message.

public InvalidAsynchronousStateException ( string message ) : System.Runtime.Serialization
message string
return System.Runtime.Serialization
        public InvalidAsynchronousStateException(string message)
            : base(message)
        {
        }

Same methods

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