C# 클래스 System.ComponentModel.InvalidAsynchronousStateException

상속: System.ArgumentException
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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