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

InvalidAsynchronousStateException() public method

Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
public InvalidAsynchronousStateException ( string message, Exception innerException ) : System.Runtime.Serialization
message string
innerException System.Exception
return System.Runtime.Serialization
        public InvalidAsynchronousStateException(string message, Exception innerException)
            : base(message, innerException)
        {
        }

Same methods

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