• DnsClient
  • Readme
  • Api Docs
  • MichaCo.net
This site uses "cookies" - small data files stored locally on your computer - to save information about your preferences when using this site. Learn More.

    Show / Hide Table of Contents

    Class DnsResponseParseException

    Inheritance
    Object
    Exception
    DnsResponseParseException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: DnsClient
    Assembly: DnsClient.dll
    Syntax
    public class DnsResponseParseException : Exception

    Constructors

    | Improve this Doc View Source

    DnsResponseParseException()

    Declaration
    public DnsResponseParseException()
    | Improve this Doc View Source

    DnsResponseParseException(String)

    Declaration
    public DnsResponseParseException(string message)
    Parameters
    Type Name Description
    String message
    | Improve this Doc View Source

    DnsResponseParseException(String, Byte[], Int32, Int32, Exception)

    Declaration
    public DnsResponseParseException(string message, byte[] data, int index = 0, int length = 0, Exception innerException = null)
    Parameters
    Type Name Description
    String message
    Byte[] data
    Int32 index
    Int32 length
    Exception innerException
    | Improve this Doc View Source

    DnsResponseParseException(String, Exception)

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

    Properties

    | Improve this Doc View Source

    Index

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ReadLength

    Declaration
    public int ReadLength { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ResponseData

    Declaration
    public byte[] ResponseData { get; }
    Property Value
    Type Description
    Byte[]
    • Improve this Doc
    • View Source
    © 2025 by Michael Conrad. All rights reserved. - MichaCo.net