RemoteInvocationException.ErrorCode 속성

정의

응답에 error.code 있는 필드의 값을 가져옵니다.

public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer

속성 값

값은 정수일 수 있습니다. 값은 서버가 InvocationError앱별 오류 코드를 제공하지 않을 때 서버에서 throw된 예외에 사용되는 일반 값일 수 있습니다.

적용 대상