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
显示文件 Open project: ecologylab/BigSemanticsCSharp

Public Methods

Method Description
SemanticServiceErrorException ( SemanticServiceErrorCodes code, String message ) : System

Method Details

SemanticServiceErrorException() public method

public SemanticServiceErrorException ( SemanticServiceErrorCodes code, String message ) : System
code SemanticServiceErrorCodes
message String
return System