c# exception best practices

16
C# Exceptions Best Practices Do not fail silently!

Upload: antti-toerroenen

Post on 22-Jan-2018

131 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: C# Exception best practices

C# Exceptions Best Practices

Do not fail silently!

Page 2: C# Exception best practices

Advanced Web Tech specialist

Need help in building, launchingor troubleshooting your cloudservice?

Call us at +358 29 007 4070 oremail [email protected]

Page 3: C# Exception best practices
Page 4: C# Exception best practices
Page 5: C# Exception best practices
Page 6: C# Exception best practices
Page 7: C# Exception best practices

Reasons to let exceptions propagate

Page 8: C# Exception best practices
Page 9: C# Exception best practices
Page 10: C# Exception best practices
Page 11: C# Exception best practices

Microsoft .NET Framework Design Guidelines

Page 12: C# Exception best practices

Using Standard Exception Classes

Page 13: C# Exception best practices

Microsoft Framework Design Guidelines

Page 15: C# Exception best practices
Page 16: C# Exception best practices