• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • SharpOpenNat
      • Extensions
      • INatDevice
      • INatDiscoverer
      • Mapping
      • MappingException
      • MappingLifetime
      • NatDeviceNotFoundException
      • OpenNat
      • PortMapper
      • Protocol

    Class NatDeviceNotFoundException

    Inheritance
    object
    Exception
    NatDeviceNotFoundException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: SharpOpenNat
    Assembly: SharpOpenNat.dll
    Syntax
    [Serializable]
    public class NatDeviceNotFoundException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    NatDeviceNotFoundException()

    Declaration
    public NatDeviceNotFoundException()
    | Edit this page View Source

    NatDeviceNotFoundException(SerializationInfo, StreamingContext)

    Initializes a new instance of the Exception class with serialized data.

    Declaration
    protected NatDeviceNotFoundException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo that holds the serialized object data about the exception being thrown.

    StreamingContext context

    The StreamingContext that contains contextual information about the source or destination.

    Exceptions
    Type Condition
    ArgumentNullException

    info is null.

    SerializationException

    The class name is null or HResult is zero (0).

    | Edit this page View Source

    NatDeviceNotFoundException(string)

    Declaration
    public NatDeviceNotFoundException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    NatDeviceNotFoundException(string, Exception)

    Declaration
    public NatDeviceNotFoundException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright Alan McGovern, Ben Motmans, Lucas Ontivero, Jérémy Ansel (c) 2006-2024