C# 클래스 Tp.Integration.Messages.TargetProcessLifecycle.TargetProcessExceptionThrownMessage

상속: Tp.Integration.Messages.EntityLifecycle.SagaMessage, ISagaMessage
파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 메소드들

메소드 설명
GetException ( ) : TargetProcessExceptionThrown
TargetProcessExceptionThrownMessage ( ) : System
TargetProcessExceptionThrownMessage ( Exception exception, string exceptionContext = null ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Convert ( Exception exception ) : string

메소드 상세

GetException() 공개 메소드

public GetException ( ) : TargetProcessExceptionThrown
리턴 TargetProcessExceptionThrown

TargetProcessExceptionThrownMessage() 공개 메소드

public TargetProcessExceptionThrownMessage ( ) : System
리턴 System

TargetProcessExceptionThrownMessage() 공개 메소드

public TargetProcessExceptionThrownMessage ( Exception exception, string exceptionContext = null ) : System
exception System.Exception
exceptionContext string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string