C# 클래스 Akka.Pattern.IllegalStateException

상속: AkkaException
파일 보기 프로젝트 열기: SonarSource/dotnet-test-sources 1 사용 예제들

공개 메소드들

메소드 설명
IllegalStateException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

보호된 메소드들

메소드 설명
IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

Initializes a new instance of the IllegalStateException class.

메소드 상세

IllegalStateException() 보호된 메소드

Initializes a new instance of the IllegalStateException class.
protected IllegalStateException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info SerializationInfo The that holds the serialized object data about the exception being thrown.
context StreamingContext The that contains contextual information about the source or destination.
리턴 System.Runtime.Serialization

IllegalStateException() 공개 메소드

Initializes a new instance of the IllegalStateException class.
public IllegalStateException ( string message ) : System.Runtime.Serialization
message string The message that describes the error.
리턴 System.Runtime.Serialization