C# 클래스 Ecologylab.BigSemantics.Actions.Exceptions.SemanticOperationExecutionException

상속: System.Exception
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

보호된 프로퍼티들

프로퍼티 타입 설명
ErrorString String

공개 메소드들

메소드 설명
SemanticOperationExecutionException ( Exception e, SemanticOperation operation, Scope semanticActionReturnValueMap ) : System
SemanticOperationExecutionException ( SemanticOperation action ) : System
SemanticOperationExecutionException ( SemanticOperation operation, String message ) : System
StackTrace ( Scope map ) : void

메소드 상세

SemanticOperationExecutionException() 공개 메소드

public SemanticOperationExecutionException ( Exception e, SemanticOperation operation, Scope semanticActionReturnValueMap ) : System
e System.Exception
operation Ecologylab.BigSemantics.Actions.SemanticOperation
semanticActionReturnValueMap Scope
리턴 System

SemanticOperationExecutionException() 공개 메소드

public SemanticOperationExecutionException ( SemanticOperation action ) : System
action Ecologylab.BigSemantics.Actions.SemanticOperation
리턴 System

SemanticOperationExecutionException() 공개 메소드

public SemanticOperationExecutionException ( SemanticOperation operation, String message ) : System
operation Ecologylab.BigSemantics.Actions.SemanticOperation
message String
리턴 System

StackTrace() 공개 메소드

public StackTrace ( Scope map ) : void
map Scope
리턴 void

프로퍼티 상세

ErrorString 보호되어 있는 정적으로 프로퍼티

protected static String ErrorString
리턴 String