Advertisement
Guest User

Exception that breaks SimpleLog

a guest
Apr 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.75 KB | None | 0 0
  1. -       ex  {"No imaging component suitable to complete this operation was found."} System.Exception {System.NotSupportedException}
  2. +       Data    {System.Collections.ListDictionaryInternal} System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
  3.         HResult -2146233067 int
  4.         HelpLink    null    string
  5. -       InnerException  {"The component cannot be found. (Exception from HRESULT: 0x88982F50)"} System.Exception {System.Runtime.InteropServices.COMException}
  6. +       Data    {System.Collections.ListDictionaryInternal} System.Collections.IDictionary {System.Collections.ListDictionaryInternal}
  7.         ErrorCode   -2003292336 int
  8.         HResult -2003292336 int
  9.         HelpLink    null    string
  10. +       InnerException  null    System.Exception
  11.         Message "The component cannot be found. (Exception from HRESULT: 0x88982F50)"   string
  12.         Source  null    string
  13.         StackTrace  null    string
  14.         TargetSite  null    System.Reflection.MethodBase
  15. +       Static members     
  16. +       Non-Public members     
  17.         Message "No imaging component suitable to complete this operation was found."   string
  18.         Source  "PresentationCore"  string
  19.         StackTrace  "   at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)\r\n   at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)\r\n   at System.Windows.Media.Imaging.BitmapDecoder.Create(Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)\r\n   at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)\r\n   at System.Windows.Media.Imaging.BitmapFrame.Create(Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)\r\n   at MoonPaper.Utils.GetImageSize(String filePath) in C:\\6\\Dev\\MoonPaper\\MoonPaper\\Utils.cs:line 38\r\n   at MoonPaper.MoonImg..ctor(String path, String hashValue) in C:\\6\\Dev\\MoonPaper\\MoonPaper\\MoonImg.cs:line 54\r\n   at MoonPaper.MoonImages.ProcessFile(String path) in C:\\6\\Dev\\MoonPaper\\MoonPaper\\MoonImages.cs:line 171"  string
  20. +       TargetSite  {System.Windows.Media.SafeMILHandle SetupDecoderFromUriOrStream(System.Uri, System.IO.Stream, System.Windows.Media.Imaging.BitmapCacheOption, System.Guid ByRef, Boolean ByRef, System.IO.Stream ByRef, System.IO.UnmanagedMemoryStream ByRef, Microsoft.Win32.SafeHandles.SafeFileHandle ByRef)}   System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement