ServiceNotFoundException Class
Namespace: Stride.CoreAssembly: Stride.Core.dll
System.Object → System.Exception →
ServiceNotFoundException
Derived from ServiceNotFoundException:
public class ServiceNotFoundException : Exception, ISerializable
Name | Description | |
---|---|---|
Constructors | ||
ServiceNotFoundException() | ||
ServiceNotFoundException(Type) | ||
ServiceNotFoundException(Type, Exception) | ||
Properties | ||
ServiceType |
Constructors
ServiceNotFoundException()
public ServiceNotFoundException()
ServiceNotFoundException(Type)
public ServiceNotFoundException(Type serviceType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType |
ServiceNotFoundException(Type, Exception)
public ServiceNotFoundException(Type serviceType, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.Type | serviceType | |
System.Exception | innerException |
Properties
ServiceType
public Type ServiceType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState