Class ServiceNotFoundException
public class ServiceNotFoundException : Exception, ISerializable
- Inheritance
-
ServiceNotFoundException
- Implements
- Inherited Members
Constructors
ServiceNotFoundException()
public ServiceNotFoundException()
ServiceNotFoundException(Type)
public ServiceNotFoundException(Type serviceType)
Parameters
serviceType
Type
ServiceNotFoundException(Type, Exception)
public ServiceNotFoundException(Type serviceType, Exception innerException)
Parameters
Properties
ServiceType
public Type ServiceType { get; }