Pluralsight Error Handling in Csharp with Exceptions
File List
| File | Size |
|---|---|
| 06 Creating and Using Custom Exceptions/05 - Using Custom Exception Classes.mp4 | 20.57 MB |
| 02 Understanding the Importance of Error Handling/01 - Introduction.mp4 | 1.9 MB |
| 02 Understanding the Importance of Error Handling/02 - Course Overview.mp4 | 1.8 MB |
| 02 Understanding the Importance of Error Handling/03 - Why Handle Errors.mp4 | 3.03 MB |
| 02 Understanding the Importance of Error Handling/04 - Error Handling Using Error Codes.mp4 | 5.14 MB |
| 02 Understanding the Importance of Error Handling/05 - Why Exceptions.mp4 | 1.76 MB |
| 02 Understanding the Importance of Error Handling/06 - What Is an Exception.mp4 | 1.27 MB |
| 02 Understanding the Importance of Error Handling/07 - Summary.mp4 | 2.35 MB |
| 03 Understanding the Exception Class Hierarchy/01 - Introduction.mp4 | 1.49 MB |
| 03 Understanding the Exception Class Hierarchy/02 - What Does an Exception Represent.mp4 | 1.99 MB |
| 03 Understanding the Exception Class Hierarchy/03 - The Exception Class Hierarchy.mp4 | 1.68 MB |
| 03 Understanding the Exception Class Hierarchy/04 - The System.Exception Base Class.mp4 | 5.24 MB |
| 03 Understanding the Exception Class Hierarchy/05 - Commonly Used System.Exception Constructors.mp4 | 902.83 KB |
| 03 Understanding the Exception Class Hierarchy/06 - System.ApplicationException Guidelines.mp4 | 3.28 MB |
| 03 Understanding the Exception Class Hierarchy/07 - Commonly Encountered Exceptions.mp4 | 9.09 MB |
| 03 Understanding the Exception Class Hierarchy/08 - Summary.mp4 | 1.83 MB |
| 04 Getting Started with Exceptions/01 - Introduction.mp4 | 1.92 MB |
| 04 Getting Started with Exceptions/02 - Understanding Exception Handling.mp4 | 1.85 MB |
| 04 Getting Started with Exceptions/03 - Introducing the Try Statement.mp4 | 3.79 MB |
| 04 Getting Started with Exceptions/04 - Demo Code Overview.mp4 | 5.36 MB |
| 04 Getting Started with Exceptions/05 - Causing an Exception.mp4 | 3.72 MB |
| 04 Getting Started with Exceptions/06 - Understanding the Stack Trace.mp4 | 6.07 MB |
| 04 Getting Started with Exceptions/07 - Creating and Throwing an Exception.mp4 | 10.24 MB |
| 04 Getting Started with Exceptions/08 - Getting Started with Exception Catching.mp4 | 6.58 MB |
| 04 Getting Started with Exceptions/09 - Exception Handling Good Practices.mp4 | 4.2 MB |
| 04 Getting Started with Exceptions/10 - Summary.mp4 | 1.78 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/01 - Introduction.mp4 | 1.98 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/02 - Throwing Exceptions from Expressions.mp4 | 9.24 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/03 - Catching Different Exception Types with Multiple Catch Blocks.mp4 | 9.82 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/04 - Understanding the Finally Block.mp4 | 5.6 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/05 - Rethrowing Exceptions and Preserving the Stack Trace.mp4 | 8.14 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/06 - Catching and Wrapping Exceptions.mp4 | 9.51 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/07 - Filtering Catch Blocks with Exception Filters.mp4 | 11.52 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/08 - Global Unhandled Exception Handling.mp4 | 12.55 MB |
| 05 Catching, Throwing, and Rethrowing Exceptions/09 - Summary.mp4 | 2.15 MB |
| 06 Creating and Using Custom Exceptions/01 - Introduction.mp4 | 1.78 MB |
| 06 Creating and Using Custom Exceptions/02 - Understanding Custom Exceptions.mp4 | 7.43 MB |
| 06 Creating and Using Custom Exceptions/03 - Defining a Custom CalculationException.mp4 | 12.6 MB |
| 06 Creating and Using Custom Exceptions/04 - Defining a Custom CalculationOperationNotSupportedException.mp4 | 17.26 MB |
| 01 Course Overview/01 - Course Overview.mp4 | 1.88 MB |
| 06 Creating and Using Custom Exceptions/06 - Summary.mp4 | 1.96 MB |
| 07 Writing Automated Tests for Exception Throwing Code/01 - Introduction.mp4 | 1.05 MB |
| 07 Writing Automated Tests for Exception Throwing Code/02 - Testing Exceptions with MSTest V2.mp4 | 17.52 MB |
| 07 Writing Automated Tests for Exception Throwing Code/03 - Testing Exceptions with NUnit.mp4 | 15.48 MB |
| 07 Writing Automated Tests for Exception Throwing Code/04 - Testing Exceptions with xUnit.net.mp4 | 9.8 MB |
| 07 Writing Automated Tests for Exception Throwing Code/05 - Summary, Resources, and Further Learning.mp4 | 3.41 MB |
| Exercise files/02/understanding-the-importance-of-error-handling-slides.pdf | 154.27 KB |
| Exercise files/03/understanding-the-exception-class-hierarchy-slides.pdf | 169.64 KB |
| Exercise files/04/getting-started-with-exceptions-slides.pdf | 128.15 KB |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator/App.config | 189 B |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator/Calculator.cs | 716 B |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator/Program.cs | 869 B |
| Exercise files/04/demos/after/01ThrowingEx/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator/App.config | 189 B |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator/Calculator.cs | 716 B |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator/Program.cs | 1.04 KB |
| Exercise files/04/demos/after/02CatchingEx/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator/App.config | 189 B |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator/Calculator.cs | 579 B |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator/Program.cs | 869 B |
| Exercise files/04/demos/before/01ThrowingEx/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator/App.config | 189 B |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator/Calculator.cs | 716 B |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator/Program.cs | 869 B |
| Exercise files/04/demos/before/02CatchingEx/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/05/catching-throwing-and-rethrowing-exceptions-slides.pdf | 89.75 KB |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator/App.config | 189 B |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator/Calculator.cs | 992 B |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator/Program.cs | 1.04 KB |
| Exercise files/05/demos/after/01ThrowExpressions/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator/App.config | 189 B |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator/Calculator.cs | 992 B |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator/Program.cs | 1.39 KB |
| Exercise files/05/demos/after/02MultipleCatch/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator/App.config | 189 B |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator/Calculator.cs | 992 B |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator/Program.cs | 1.49 KB |
| Exercise files/05/demos/after/03Finally/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator/App.config | 189 B |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator/Calculator.cs | 1.18 KB |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator/ConsoleCalculator.csproj | 2.33 KB |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator/Program.cs | 1.49 KB |
| Exercise files/05/demos/after/04Rethrow/ConsoleCalculator/Properties/AssemblyInfo.cs | 1.41 KB |
| Exercise files/05/demos/after/05Wrapping/ConsoleCalculator.sln | 1.12 KB |
| Exercise files/05/demos/after/05Wrapping/ConsoleCalculator/App.config | 189 B |
Trackers
No trackers found.