Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ServiceNotFoundException Class

    Namespace: Stride.Core
    Assembly: 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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation