다음을 통해 공유


ConnectionFailedException 클래스

정의

연결에 실패했음을 나타냅니다.

public class ConnectionFailedException : Orleans.Runtime.OrleansException
type ConnectionFailedException = class
    inherit OrleansException
Public Class ConnectionFailedException
Inherits OrleansException
상속
ConnectionFailedException

생성자

ConnectionFailedException()

ConnectionFailedException 클래스의 새 인스턴스를 초기화합니다.

ConnectionFailedException(SerializationInfo, StreamingContext)
사용되지 않음.

ConnectionFailedException 클래스의 새 인스턴스를 초기화합니다.

ConnectionFailedException(String)

ConnectionFailedException 클래스의 새 인스턴스를 초기화합니다.

ConnectionFailedException(String, Exception)

ConnectionFailedException 클래스의 새 인스턴스를 초기화합니다.

적용 대상