CorruptedStateExceptions in .NET, a way to handle
It is already a well known fact that while running the MSIL , the CLR (runtime) can generate an Exception… The post CorruptedStateExceptions in .NET, a way to handle appeared first on Daily .NET Tips.
View ArticleUsing await in a catch or finally block – in C# 6.0
Using Async methods are very common now a days and while working with async and await, you may have experienced that you… The post Using await in a catch or finally block – in C# 6.0 appeared first...
View ArticleConditional Exception Handling – Exception Filters in C# 6.0
C# 6.0 has two changes for exception handling. In the previous post we have discussed about Using await in a… The post Conditional Exception Handling – Exception Filters in C# 6.0 appeared first on...
View ArticleSimplest way of creating custom exceptions in .NET using Visual Studio 2015
.NET framework supports all kinds of exception types which are sufficient for most of the code bases, in some cases… The post Simplest way of creating custom exceptions in .NET using Visual Studio 2015...
View ArticleHow exception filters can help you investigate runtime errors in C#
Exception filters are not new. Its been there for a long time (at least for than a year) as it… The post How exception filters can help you investigate runtime errors in C# appeared first on Daily .NET...
View Article