pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
0 sec ago
Untitled
2 sec ago
Text alignment with pic...
5 sec ago
Untitled
6 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Watch The Walking Dead ...
18 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 18th, 2010 | Syntax:
C++
| Size: 0.14 KB | Hits: 76 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
try
{
blablablab
;
if
(
!
condition
)
{
throw
2
;
}
asdbsadasdasd
;
if
(
!
condition2
)
{
throw
3
;
}
}
catch
(
int
code
)
{
...
}
create new paste
|
create new version of this paste
RAW Paste Data
try { blablablab; if( !condition ) { throw 2; } asdbsadasdasd; if( !condition2 ) { throw 3; } } catch( int code ) { ... }