System.IO.StreamOperationAsyncResult.ThrowWithIOExceptionDispatchInfo C# (CSharp) 메소드

ThrowWithIOExceptionDispatchInfo() 개인적인 메소드

private ThrowWithIOExceptionDispatchInfo ( Exception e ) : void
e Exception
리턴 void
        private void ThrowWithIOExceptionDispatchInfo(Exception e)
        {
            WinRtIOHelper.NativeExceptionToIOExceptionInfo(RestrictedErrorInfoHelper.AttachRestrictedErrorInfo(_completedOperation.ErrorCode)).Throw();
        }
    }
StreamOperationAsyncResult