AddressInUseException Class

Definition

An exception that is thrown when there the current address Kestrel is trying to bind to is in use.

public ref class AddressInUseException : InvalidOperationException
public class AddressInUseException : InvalidOperationException
type AddressInUseException = class
    inherit InvalidOperationException
Public Class AddressInUseException
Inherits InvalidOperationException
Inheritance
AddressInUseException

Constructors

AddressInUseException(String)

Initializes a new instance of AddressInUseException.

AddressInUseException(String, Exception)

Initializes a new instance of AddressInUseException.

Applies to