Table of Contents

Class ServiceNotFoundException

Namespace
Stride.Core
Assembly
Stride.Core.dll
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

serviceType Type
innerException Exception

Properties

ServiceType

public Type ServiceType { get; }

Property Value

Type