ServiceNotFoundException Class

Definition

The exception that is thrown when a service could not be found.

public ref class ServiceNotFoundException : Exception
public class ServiceNotFoundException : Exception
type ServiceNotFoundException = class
    inherit Exception
Public Class ServiceNotFoundException
Inherits Exception
Inheritance
ServiceNotFoundException

Constructors

ServiceNotFoundException(Type)

Initializes a new instance of the ServiceNotFoundException class with the specified service type.

Properties

ServiceType

Gets the type of the service.

Applies to