언어

WriteAbortedException.Detail 속성

정의

ObjectStream을 작성하는 동안 catch된 예외입니다.

[Android.Runtime.Register("detail")]
public Java.Lang.Exception? Detail { get; set; }
[<Android.Runtime.Register("detail")>]
member this.Detail : Java.Lang.Exception with get, set

속성 값

특성

설명

ObjectStream을 작성하는 동안 catch된 예외입니다.

이 멤버는 더 이상 사용되지 않습니다. 이 필드는 범용 예외 체인 기능보다 우선합니다. Throwable#getCause() 이 메서드는 이제 이 정보를 가져오는 기본 수단입니다.

에 대한 java.io.WriteAbortedException.detailJava 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상