C# 클래스 NoResponseException, bindle-dotnet

Represents connection error where no response could be retrieved from server. Typically happens if server is unrechable or connection was refused. Inner exception should be checked to see underlying issues.
상속: Exception
파일 보기 프로젝트 열기: deislabs/bindle-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
NoResponseException ( ) : System,

메소드 상세

NoResponseException() 공개 메소드

public NoResponseException ( ) : System,
리턴 System,