C# Класс System.ComponentModel.InvalidAsynchronousStateException

Наследование: System.ArgumentException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
InvalidAsynchronousStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Описание методов

InvalidAsynchronousStateException() публичный Метод

Initializes a new instance of the class without a message.

public InvalidAsynchronousStateException ( ) : System.Runtime.Serialization
Результат System.Runtime.Serialization

InvalidAsynchronousStateException() защищенный Метод

protected InvalidAsynchronousStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo
context StreamingContext
Результат System.Runtime.Serialization

InvalidAsynchronousStateException() публичный Метод

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

public InvalidAsynchronousStateException ( string message ) : System.Runtime.Serialization
message string
Результат System.Runtime.Serialization

InvalidAsynchronousStateException() публичный Метод

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
Результат System.Runtime.Serialization