Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SocketCreateException

    Inheritance
    System.Object
    System.Exception
    SocketCreateException
    Implements
    System.Runtime.Serialization.ISerializable
    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
    Namespace: MediaBrowser.Model.Net
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SocketCreateException : Exception, ISerializable

    Constructors

    SocketCreateException(String, Exception)

    Declaration
    public SocketCreateException(string errorCode, Exception originalException)
    Parameters
    Type Name Description
    System.String errorCode
    System.Exception originalException

    Properties

    ErrorCode

    Declaration
    public string ErrorCode { get; }
    Property Value
    Type Description
    System.String

    Implements

    System.Runtime.Serialization.ISerializable

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.