C# 클래스 Apache.NMS.ActiveMQ.RequestTimedOutException

Exception thrown when an Request times out.
상속: IOException
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
RequestTimedOutException ( ) : System
RequestTimedOutException ( String msg ) : System
RequestTimedOutException ( String msg, Exception inner ) : System
RequestTimedOutException ( System.TimeSpan interval ) : System

메소드 상세

RequestTimedOutException() 공개 메소드

public RequestTimedOutException ( ) : System
리턴 System

RequestTimedOutException() 공개 메소드

public RequestTimedOutException ( String msg ) : System
msg String
리턴 System

RequestTimedOutException() 공개 메소드

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

RequestTimedOutException() 공개 메소드

public RequestTimedOutException ( System.TimeSpan interval ) : System
interval System.TimeSpan
리턴 System