AddressInUseException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of AddressInUseException. |
AddressInUseException(String) |
Initializes a new instance of AddressInUseException. |