C# 클래스 DotNetCore.CAP.Internal.PublisherSentFailedException

상속: Exception
파일 보기 프로젝트 열기: syrjgc11006/TCM.CAP.Test 1 사용 예제들

공개 메소드들

메소드 설명
PublisherSentFailedException ( string message ) : System
PublisherSentFailedException ( string message, Exception ex ) : System

메소드 상세

PublisherSentFailedException() 공개 메소드

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

PublisherSentFailedException() 공개 메소드

public PublisherSentFailedException ( string message, Exception ex ) : System
message string
ex Exception
리턴 System