UvException Class

Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
Assemblies
  • Microsoft.AspNetCore.Server.Kestrel

Syntax

public class UvException : Exception, ISerializable, _Exception
class Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException

Constructors

UvException(System.String, System.Int32)
public UvException(string message, int statusCode)

Properties

Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvException.StatusCode
Return type:System.Int32
public int StatusCode { get; }