throw new EAbort [closed]
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
.
精彩评论