It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
相关专题:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help开发者_Python百科 center.
Closed 10 years ago.
what does "throw new EAbort();" do ??
It throws an exception of the type EAbort. See the MSDN reference on Exception Handling for more details.
Note that EAbort is not one of the default .NET exception types, it seems to be coming from Borland's Delphi programming language class library.
精彩评论