C# Class Ecologylab.BigSemantics.Services.Messages.SemanticServiceErrorException

The error that is thrown when an SemanticServiceError message is received from the semantic service
Inheritance: System.Exception
Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Méthodes publiques

Méthode Description
SemanticServiceErrorException ( SemanticServiceErrorCodes code, String message ) : System

Method Details

SemanticServiceErrorException() public méthode

public SemanticServiceErrorException ( SemanticServiceErrorCodes code, String message ) : System
code SemanticServiceErrorCodes
message String
Résultat System