代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/146790/12610777
java first_exception.java
class first_exception{
public static void main(String args[]){
char c; int a,b=0;int[] array=new int[7];
String s="Hello";
try {
a=1/b;
}catch(ArithmeticException ae) {
Syst
www.eeworm.com/read/201342/15409987
txt 10-11.txt
%例10-11 try-catch模块的应用举例。
>> X=magic(4);
>> Y=ones(4,3);
>> try
Z=X*Y
catch
Z=nan;
disp('X and Y is not conformable.')
end
>>Z
>> X=magic(4);
>> Y=ones(3,3);
>> try
Z
www.eeworm.com/read/106796/15621919
java first_exception.java
package jerryhfb;
import java.io.*;
class first_exception{
public static void main(String args[])
{ char c; int a,b=0;int[] array=new int[7];
String s="Hello";
try {a=1/b;}
catch
www.eeworm.com/read/458101/7307392
asp@filename=tryjs_try_catch2 tryit_view.asp@filename=tryjs_try_catch2
var txt=""
function message()
{
try
{
adddlert("Welcome guest!");
}
catch(err)
{
txt="There was an error on this page.\n\n";
txt+
www.eeworm.com/read/117096/6111565
map structsigc_1_1exception__catch__functor__inherit__graph.map
rect $structsigc_1_1adapts.html 117,155 275,174
rect $structsigc_1_1adaptor__base.html 136,86 256,105
rect $structsigc_1_1functor__base.html 137,17 255,35
www.eeworm.com/read/168845/5433336
cpp exception_test.cpp
// -- exception_test.cpp -- The Boost Lambda Library ------------------
//
// Copyright (C) 2000-2003 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
// Copyright (C) 2000-2003 Gary Powell (powellg@amazon.com
www.eeworm.com/read/387005/8713884
cpp uxtestfile.cpp
/*
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.basepath.com/aup/copyright.htm.
The Example Files ar
www.eeworm.com/read/332034/12784306
txt 删除一个文件.txt
删除一个文件
//example for CFile::Remove
char* pFileName = "test.dat";
TRY
{
CFile::Remove( pFileName );
}
CATCH( CFileException,e)
{
#ifdef _DEBUG
afxDump
www.eeworm.com/read/327324/13086588
cpp uxtestfile.cpp
/*
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.basepath.com/aup/copyright.htm.
The Example Files ar