Initializes a new instance of the ServiceNotFoundException class.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public ServiceNotFoundException( string serviceName, string message ) |
Visual Basic |
---|
Public Sub New ( _ serviceName As String, _ message As String _ ) |
Parameters
- serviceName
- Type: System..::..String
The name of the service type that was not found.
- message
- Type: System..::..String
A descriptive message describing context about the exception.