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

Exception thrown when an IO error occurs
상속: NMSException
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

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

메소드 상세

IOException() 공개 메소드

public IOException ( ) : System
리턴 System

IOException() 공개 메소드

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

IOException() 공개 메소드

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