You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if((eXisSystem.Threading.ThreadAbortException))// TODO: What about ObjectDisposedException?
28
-
{
29
-
return;
30
-
}
31
-
32
-
stringsMessage;
33
-
if(eXisOutOfMemoryException)
34
-
{
35
-
sTitle="Insufficient Memory Address Space";
36
-
sMessage="An out-of-memory exception was encountered.\nGC Total Allocated: "+GC.GetTotalMemory(false).ToString("N0")+" bytes.";
37
-
}
38
-
else
39
-
{
40
-
if(String.IsNullOrEmpty(sCallerMessage))
41
-
{
42
-
sMessage="NMF-View encountered an unexpected problem. If you believe this is a bug, please copy this message by hitting CTRL+C, and submit a issue report on GitHub";
if((eXisSystem.Threading.ThreadAbortException))// TODO: What about ObjectDisposedException?
83
+
{
84
+
return;
85
+
}
86
+
87
+
stringsMessage;
88
+
if(eXisOutOfMemoryException)
89
+
{
90
+
sTitle="Insufficient Memory Address Space";
91
+
sMessage="An out-of-memory exception was encountered.\nGC Total Allocated: "+GC.GetTotalMemory(false).ToString("N0")+" bytes.";
92
+
}
93
+
else
94
+
{
95
+
if(String.IsNullOrEmpty(sCallerMessage))
96
+
{
97
+
sMessage="NMF-View encountered an unexpected problem. If you believe this is a bug, please copy this message by hitting CTRL+C, and submit a issue report on GitHub";
0 commit comments