227
edits
Line 176: | Line 176: | ||
====Sample Exception Report==== | ====Sample Exception Report==== | ||
<AVD3CLException thrownOn="2020-05-24 15:54:42.5387"> | <AVD3CLException thrownOn="2020-05-24 15:54:42.5387"> | ||
<Information> | |||
<EntryAssemblyVersion>3.0.8067.0</EntryAssemblyVersion> | |||
<LibVersion>3.0.8067.0</LibVersion> | |||
<Session>177c9119-7ac3-4c78-96cb-680f83ee5c48</Session> | |||
<Framework>3.1.4</Framework> | |||
<OSVersion>Microsoft Windows NT 6.2.9200.0</OSVersion> | |||
<IntPtr.Size>8</IntPtr.Size> | |||
<Is64BitOperatingSystem>true</Is64BitOperatingSystem> | |||
<Is64BitProcess>true</Is64BitProcess> | |||
<ProcessorCount>8</ProcessorCount> | |||
<UserInteractive>true</UserInteractive> | |||
<SystemPageSize>4096</SystemPageSize> | |||
<WorkingSet>254959616</WorkingSet> | |||
</Information> | |||
<Message>Unhandled AppDomain wide Exception</Message> | |||
<Data /> | |||
<Cause> | |||
<ArgumentException> | |||
<Message>Waithandle array may not be empty. (Parameter 'waitHandles')</Message> | |||
<Stacktrace> | |||
<Frame>at System.Threading.WaitHandle.WaitMultiple(ReadOnlySpan`1 waitHandles, Boolean waitAll, Int32 millisecondsTimeout)</Frame> | |||
<Frame>at System.Threading.WaitHandle.WaitMultiple(WaitHandle[] waitHandles, Boolean waitAll, Int32 millisecondsTimeout)</Frame> | |||
<Frame>at System.Threading.WaitHandle.WaitAll(WaitHandle[] waitHandles)</Frame> | |||
<Frame>at AVDump3CL.AVD3CLModule.Process(String[] paths) in D:\Projects\C#\AVDump3\AVDump3CL\AVD3CLModule.cs:line 261</Frame> | |||
<Frame>at AVDump3CL.Program.Main(String[] args) in D:\Projects\C#\AVDump3\AVDump3CL\Program.cs:line 101</Frame> | |||
</Stacktrace> | |||
<Data /> | |||
</ArgumentException> | |||
</Cause> | |||
<Stacktrace /> | |||
</AVD3CLException> | </AVD3CLException> |
edits