代码搜索:CATCH
找到约 10,000 项符合「CATCH」的源代码
代码结果 10,000
www.eeworm.com/read/181164/9271737
cpp wyfifofile.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2003
documentation is in file wyfifofile.3wy
*/
#define WYLIB_SOURCE
#include "wyfifofile.h"
#include "wy_atdestroy.h"
#includ
www.eeworm.com/read/181164/9271774
cpp wyterminal.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2003
*/
#define WYLIB_SOURCE
#include "wyterminal.h"
#include "wy__cfunc.h"
#include "wy__cfunc_tty.h" // for wyc_tcdrain(..)
#inc
www.eeworm.com/read/166949/9988282
cpp mainframe.cpp
//-----------------------------------------------------------------------------
// (c) 2002 by Basler Vision Technologies
// Section: Vision Components
// Project: BCAM
// $Header: MainFrame
www.eeworm.com/read/360807/10077706
c zftape-read.c
/*
* Copyright (C) 1996, 1997 Claus-Justus Heine
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the
www.eeworm.com/read/360807/10077767
c ftape-write.c
/*
* Copyright (C) 1993-1995 Bas Laarhoven,
* (C) 1996-1997 Claus-Justus Heine.
This program is free software; you can redistribute it and/or modify
it under the terms of the
www.eeworm.com/read/359099/10166085
sql 示例13.sql
USE MyComplany;
GO
BEGIN TRY
SELECT 1/0;
END TRY
BEGIN CATCH
SELECT
ERROR_NUMBER() AS ErrorNumber,
ERROR_SEVERITY() AS ErrorSeverity,
ERROR_STATE() AS ErrorSta
www.eeworm.com/read/425247/10367751
cpp hsgldlg.cpp
// HsglDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GG.h"
#include "HsglDlg.h"
#include "ADOConn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/425247/10367757
cpp tslbdlg.cpp
// TslbDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GG.h"
#include "TslbDlg.h"
#include "ADOConn.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS
www.eeworm.com/read/277457/10637853
cpp exceptrethrow.cpp
#include
#include
using namespace std;
class Divide_by_zero_exception
{
string error_message;
public:
string get_error(){return error_message;}
Divide_by_zer
www.eeworm.com/read/241920/13109837
h sigint.h
#ifndef SIGINT_H
#define SIGINT_H
#include "def.h"
#ifndef WINDOWS
RETSIGTYPE sig_catch(int sig_no);
static RETSIGTYPE sig_catch2(int sig_no);
RETSIGTYPE signals(int sig_no);
#endif
void sig_setup(