Search Results for

    Show / Hide Table of Contents

    Class ProtocolViolationException

    The exception that is thrown when an error is made while using a network protocol.

    Inheritance
    object
    Exception
    SystemException
    InvalidOperationException
    ProtocolViolationException
    Inherited Members
    Exception.HResult
    Exception.ToString()
    Exception.Message
    Exception.InnerException
    Exception.StackTrace
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: System.Net
    Assembly: System.Net.Http.dll
    Syntax
    public class ProtocolViolationException : InvalidOperationException

    Constructors

    ProtocolViolationException()

    Initializes a new instance of the ProtocolViolationException class.

    Declaration
    public ProtocolViolationException()

    ProtocolViolationException(string)

    Initializes a new instance of the ProtocolViolationException class with the specified message.

    Declaration
    public ProtocolViolationException(string message)
    Parameters
    Type Name Description
    string message

    The error message string.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX