HttpListenerException.ErrorCode 属性

定义

获取一个值,该值标识发生的错误。

public:
 virtual property int ErrorCode { int get(); };
public override int ErrorCode { get; }
member this.ErrorCode : int
Public Overrides ReadOnly Property ErrorCode As Integer

属性值

一个 Int32 值。

注解

此属性返回与此异常关联的 Windows 错误代码。

适用于