C# Class Ecologylab.BigSemantics.Actions.SemanticOperationErrorHandler

Inheritance: SemanticOperationErrorCodes
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
HandleError ( SemanticOperation action ) : void
HandleError ( SemanticOperation action, String errorCode, Type objectClass, String objectName ) : void

Method Details

HandleError() public méthode

public HandleError ( SemanticOperation action ) : void
action SemanticOperation
Résultat void

HandleError() public méthode

public HandleError ( SemanticOperation action, String errorCode, Type objectClass, String objectName ) : void
action SemanticOperation
errorCode String
objectClass System.Type
objectName String
Résultat void