We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691aa23 commit 2b9ab70Copy full SHA for 2b9ab70
dotnet/src/dotnetframework/GxClasses/Model/gxproc.cs
@@ -62,7 +62,7 @@ protected int MainImplEx(string[] args)
62
}
63
catch (Exception ex)
64
{
65
- return GXUtil.HandleException(ex, GetType().ToString(), args); ;
+ return GXUtil.HandleException(ex, Path.GetFileNameWithoutExtension(Assembly.GetEntryAssembly().Location), args); ;
66
67
68
0 commit comments