WebSocketException.ErrorCode 속성

정의

발생한 예외에 대한 원시 오류 코드입니다.

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

속성 값

Int32를 반환합니다.

적용 대상