Class IncompatibleServiceException
Thrown by ValidateController<TServiceController>(IGeneratedServiceClient) when the service type doesn't match a generated service client.
Namespace: Neon.Xunit
Assembly: Neon.Xunit.dll
Syntax
public class IncompatibleServiceException : Exception
Constructors
IncompatibleServiceException(string)
Constructor.
Declaration
public IncompatibleServiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message. |