C# 클래스 Akka.Streams.Implementation.Fusing.GraphInterpreter.Failed

파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 프로퍼티들

프로퍼티 타입 설명
PreviousElement object
Reason System.Exception

공개 메소드들

메소드 설명
Failed ( Exception reason, object previousElement ) : System

메소드 상세

Failed() 공개 메소드

public Failed ( Exception reason, object previousElement ) : System
reason System.Exception
previousElement object
리턴 System

프로퍼티 상세

PreviousElement 공개적으로 프로퍼티

public object PreviousElement
리턴 object

Reason 공개적으로 프로퍼티

public Exception,System Reason
리턴 System.Exception