WriteStreamClosedEventArgs.Error 속성

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

쓰기 스트림을 닫을 때 오류 값을 가져옵니다.

public:
 property Exception ^ Error { Exception ^ get(); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public Exception? Error { get; }
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public Exception Error { get; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.Error : Exception
Public ReadOnly Property Error As Exception

속성 값

Exception

Exception를 반환합니다.

특성

설명

속성이 Error 개체인 Exception 경우 비동기 작업이 올바르게 완료되지 않았습니다.

적용 대상