开发者

throw new EAbort [closed]

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.


It raises an exception of type EAbort.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜