ServiceNotFoundException constructor
The exception that is thrown when an instance of IAnalysisEngineAgent cannot be found or resolved.
Overload list
Name | Description | |
---|---|---|
ServiceNotFoundException() | Initializes a new instance of the ServiceNotFoundException class. | |
ServiceNotFoundException(String) | Initializes a new instance of the ServiceNotFoundException class with a specified error message. | |
ServiceNotFoundException(SerializationInfo, StreamingContext) | Initializes a new instance of the ServiceNotFoundException class with serialized object data about the exception and contextual info about the source or destination. | |
ServiceNotFoundException(String, Exception) | Initializes a new instance of the ServiceNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Top
See also
Reference
ServiceNotFoundException class