Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SimpleSocketException Class

    Namespace: Stride.Engine.Network
    Assembly: Stride.Engine.dll

    Used when there is a socket exception.

    System.Object → System.Exception → SimpleSocketException
    Derived from SimpleSocketException:

    public class SimpleSocketException : Exception, ISerializable
    Name Description
    Constructors
    SimpleSocketException(String)
    | Improve this Doc View Source

    Constructors


    SimpleSocketException(String)

    public SimpleSocketException(string message)
    Parameters
    Type Name Description
    System.String message

    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