BackgroundAudioPlayer
Windows Phone 7 アプリケーションで使用する場合。時々エラーが発生し、それOnError
を処理します。問題は、エラー コードしか表示されず、それについて知ることができないことです。Paul Annets の記事を読むとき。いくつかのエラーコードの意味を見つけました。
Exception.Message Hex equivalent Meaning
“-2147012889” 80072EE7 Can’t find the server (e.g. phone is in flight mode)
“-2147012696” 80072FA8 No available network connection
"-1072889830” C00D001A Can’t find media file (e.g. the MP3 file you were pointing to is no longer on the server)
“-2147467259” 80004005 Non-specific error code
現在、エラー コード "-2147012865" (error.Data is of type ListDictionaryInternal
) が発生していますが、その意味を知りたいですか?
P / S:他のエラーコードの意味がある場合は、ここで共有してください