C# Class System.ComponentModel.InvalidAsynchronousStateException

Inheritance: System.ArgumentException
Show file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
InvalidAsynchronousStateException ( ) : System.Runtime.Serialization

Initializes a new instance of the class without a message.

InvalidAsynchronousStateException ( string message ) : System.Runtime.Serialization

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

InvalidAsynchronousStateException ( string message, Exception innerException ) : System.Runtime.Serialization

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.

Protected Methods

Method Description
InvalidAsynchronousStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Method Details

InvalidAsynchronousStateException() public method

Initializes a new instance of the class without a message.

public InvalidAsynchronousStateException ( ) : System.Runtime.Serialization
return System.Runtime.Serialization

InvalidAsynchronousStateException() protected method

protected InvalidAsynchronousStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo
context StreamingContext
return System.Runtime.Serialization

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

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