C# 클래스 RabbitMQ.Client.Exceptions.ConnectFailureException

Thrown when a connection to the broker fails
상속: ProtocolViolationException
파일 보기 프로젝트 열기: rabbitmq/rabbitmq-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
ConnectFailureException ( String msg, Exception inner ) : System

메소드 상세

ConnectFailureException() 공개 메소드

public ConnectFailureException ( String msg, Exception inner ) : System
msg String
inner System.Exception
리턴 System