Windows 11 Posted January 31 Posted January 31 private async Task < StorageFolder > ConnectionAsync ( string sToken ){ torageFolder folder = null; if ( sToken == null ) return null; try { folder = ( StorageFolder ) await _lAccess.GetFolderAsync ( sToken ); textblockMessage.Text = ""; return folder; } catch ( Exception ex ) { textblockMessage.Text = ex.Message; return null; }}in der gezeigten Funktion sollte jede Ausnahme in den catch-Zweig fView the full article Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.