ServiceNotFoundException Classe

Définition

Exception qui est levée lorsqu'un service est introuvable.

public ref class ServiceNotFoundException : Exception
public class ServiceNotFoundException : Exception
type ServiceNotFoundException = class
    inherit Exception
Public Class ServiceNotFoundException
Inherits Exception
Héritage
ServiceNotFoundException

Constructeurs

ServiceNotFoundException(Type)

Initialise une nouvelle instance de la classe ServiceNotFoundException avec le type de service spécifié.

Propriétés

ServiceType

Obtient le type du service.

S’applique à