ServiceNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |