Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ExceptionMessage Class

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

    In the case of a SocketMessage when we use it in a SendReceiveAsync we want to propagate exceptions from the remote host

    System.Object → SocketMessage → ExceptionMessage
    Derived from ExceptionMessage:

    public class ExceptionMessage : SocketMessage
    Name Description
    Fields
    ExceptionInfo

    Remote exception information

    | Improve this Doc View Source

    Fields


    ExceptionInfo

    Remote exception information

    public ExceptionInfo ExceptionInfo
    Field Value
    Type Description
    ExceptionInfo

    Inherited Members

    SocketMessage.StreamId
    SocketMessage.NextStreamId

    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