C# 클래스 Ecologylab.BigSemantics.Actions.SemanticOperationErrorHandler

상속: SemanticOperationErrorCodes
파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

공개 메소드들

메소드 설명
HandleError ( SemanticOperation action ) : void
HandleError ( SemanticOperation action, String errorCode, Type objectClass, String objectName ) : void

메소드 상세

HandleError() 공개 메소드

public HandleError ( SemanticOperation action ) : void
action SemanticOperation
리턴 void

HandleError() 공개 메소드

public HandleError ( SemanticOperation action, String errorCode, Type objectClass, String objectName ) : void
action SemanticOperation
errorCode String
objectClass System.Type
objectName String
리턴 void