Lost your password?

Blogs about: Try Catch

Searching for Exceptions in .NET

Noldorin wrote 5 months ago: I recently came across a rather interesting question on StackOverflow that posed the problem of disc … more →

Tags: Software, Programming, .NET, C#, Extension methods, Reflection, Libraries, stackoverflow, exceptions

Exception Handling in SQL Server 2005

preetul wrote 5 months ago: The new release of SQL Server 2005 has provided some new and interesting features for developers and … more →

Tags: Database, SQL

Printing with AS3 PrintJob

lookatme0128 wrote 8 months ago: This is some basic code to get started with printing in as3. Printing isn’t the easiest thing … more →

Tags: ActionScript 3.0, Flash CS3, General, printing, actonscript 3, addPage, AS3, as3 printing, as3 printjob

Bad Programming Examples in C#

msujaws wrote 9 months ago: I’m starting to compile a list of constructs I’ve seen in production C# code that needs … more →

Tags: bad programming, C Sharp, exceptions, CLR, code analysis

Re: Abstracting Away From Exceptions6 comments

Keith Dahlby wrote 10 months ago: I was going to comment on this post, but ended up writing way too much so I figure I’ll post m … more →

Tags: .NET, exceptions, covariance

Finally will execute, even after return

msujaws wrote 10 months ago: How’s this for weird looking code? public static void RunSnippet() {     var y = testFinally() … more →

Tags: Will It Compile?, C Sharp

Using Try-Catch blocks in PHP1 comment

mcloide wrote 11 months ago: Try-Catch blocks are a great structure to use on your PHP applications and some times, it will be th … more →

Tags: development, php, Zend, Try, catch, block

MOSS 2007 - Error enabling Office SharePoint Server Publishing Infrastructure

Joel Kriel wrote 11 months ago: Upon trying to enable the feature for publishing in MOSS, I ran across this security error. Access d … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), try catch consulting, MOSS 2007, sharepoint server publishing feature, SharePoint 2007, site collection features error

The Behavior of a Using Statement

msujaws wrote 1 year ago: C# comes right out of the box with it’s own garbage collector. When objects are no longer refe … more →

Tags: Using, dispose, C Sharp

C++ Function Try Blocks1 comment

msujaws wrote 1 year ago: Will it compile? That is the question for this post. Suppose you have a class definition and constru … more →

Tags: Will It Compile?, C Plus Plus, object initializer constructor

Robustness can be trying in terms of performance!!

ramadvice wrote 1 year ago: Robustness is one of the underlying principles for all software projects and most languages provide … more →

Tags: Information Technology, Optimizations, C#, Exception Handling, robustness, recursion

Exception Handling .NET Try Catch Finally Block working

Shaunak Pandit wrote 1 year ago: Exception handling and performance The vanila try- catch statement: try { // Execute the code for SQ … more →

Tags: .NET, Code snippets, Good Practices, Problem-solving, Exception Handling, exception handling .NET, finally block, handling exceptions, try catch finally

Auto populate fields in CRM 4.0 using Javascript onChange event

Joel Kriel wrote 1 year ago: A few enhancements from our clients that have been coming down the pike is to auto-populate fields b … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), Crm 4.0, javascript switch, javascript crm, try catch javascript

CRM 4.0 Lost Connection Error from Outlook Plugin in Systray

Joel Kriel wrote 1 year ago: After installing CRM 4.0 and installing the plug-in for Outlook, we have been getting this pop up er … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), Crm 4.0, lost connection crm 4.0, Enable Anonymous Access

Error and Feedback Handling for PHP

3guineas wrote 1 year ago: This is a simple way to handle your errors and warnings and provide users with a feedbackfor their a … more →

Tags: php, Error Handling, Feedback, Error, warnings, exception

Auto Synch Address Book into Outlook from CRM 4.01 comment

Joel Kriel wrote 1 year ago: One of the great features that CRM 4.0 posseses is the intergration to Outlook. However, setting up … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), address book synchronization, crm 4.0 diagnostics, Microsoft CRM 4.0, outlook 2007, synch crm contacts into outlook, try catch computer consulting

Customizing Marketing List View in Microsoft CRM 4.0

Joel Kriel wrote 1 year ago: Upon trying to customize the view of the “Marketing List Members” in the Marketing List … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), All Members, Marketing List Members, Marketing List View, Microsoft CRM 4.0, try catch computer consulting, try catch consulting

How to catch exceptions from constructor initializer list?3 comments

Jijo.Raj wrote 1 year ago: C++ provides constructor initializer list to initialize member variables of type reference, const et … more →

Tags: C#, codeproject, catch, Constructor, constructor initializer list, Try, exception from constructor, exception from constructor initializer list

Deletion Service in Microsoft CRM 4.0

Joel Kriel wrote 1 year ago: When performing a bulk load using the Data Migration tool in CRM 4.0, I ran across a huge issue on h … more →

Tags: Joel's Blog (CRM 4.0 & .Net development), A.C.T., Data migration, Deletion Service, Microsoft CRM 4.0, try catch consulting


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS