C# 클래스 ProjectionFailed, Runtime

Exception that gets thrown we a projection operation fails.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
ProjectionFailed ( string reason ) : System,

Initializes a new instance of the ProjectionFailed class.

메소드 상세

ProjectionFailed() 공개 메소드

Initializes a new instance of the ProjectionFailed class.
public ProjectionFailed ( string reason ) : System,
reason string The reason for the failure.
리턴 System,