C# 클래스 Dex.Cap.Outbox.Exceptions.OutboxException

상속: Exception
파일 보기 프로젝트 열기: dex-it/dex-common

공개 메소드들

메소드 설명
OutboxException ( ) : System
OutboxException ( string message ) : System
OutboxException ( string message, Exception innerException ) : System

메소드 상세

OutboxException() 공개 메소드

public OutboxException ( ) : System
리턴 System

OutboxException() 공개 메소드

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

OutboxException() 공개 메소드

public OutboxException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System