如何手工产生异常? ( 积分: 50 )

  • 主题发起人 主题发起人 WilliamGui
  • 开始时间 开始时间
W

WilliamGui

Unregistered / Unconfirmed
GUEST, unregistred user!
try
if true then 执行except段的代码 ;
except
WarningMsgBox('sdfsdfsd');
end;

别告诉我用 strtoint('abc')

SQLSserver里用raise,不知在Delphi怎么用?
 
try
if true then 执行except段的代码 ;
except
WarningMsgBox('sdfsdfsd');
end;

别告诉我用 strtoint('abc')

SQLSserver里用raise,不知在Delphi怎么用?
 
if true then raise Exception.create('error ')
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
I
回复
0
查看
590
import
I
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部