System.IO.StreamOperationAsyncResult.ThrowWithIOExceptionDispatchInfo C# (CSharp) Method

ThrowWithIOExceptionDispatchInfo() private method

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