C# 클래스 Brunet.Transport.EdgeException

상속: SendException
파일 보기 프로젝트 열기: pstjuste/brunet 1 사용 예제들

공개 메소드들

메소드 설명
EdgeException ( ) : System
EdgeException ( bool istransient, string message ) : System
EdgeException ( bool istransient, string message, Exception inner ) : System
EdgeException ( string message ) : System

메소드 상세

EdgeException() 공개 메소드

public EdgeException ( ) : System
리턴 System

EdgeException() 공개 메소드

public EdgeException ( bool istransient, string message ) : System
istransient bool
message string
리턴 System

EdgeException() 공개 메소드

public EdgeException ( bool istransient, string message, Exception inner ) : System
istransient bool
message string
inner System.Exception
리턴 System

EdgeException() 공개 메소드

public EdgeException ( string message ) : System
message string
리턴 System