Sha256: ef10f2b6773035331cf824580e02b289bc09450160992bf9b22ab247e2188ecd

Contents?: true

Size: 867 Bytes

Versions: 11

Compression:

Stored size: 867 Bytes

Contents

# Error Handling

Implement various kinds of error handling and resource management.

An important point of programming is how to handle errors and close
resources even if errors occur.

This exercise requires you to handle various errors. Because error handling
is rather programming language specific you'll have to refer to the tests
for your track to see what's exactly required.

### Submitting Exercises

Note that, when trying to submit an exercise, make sure you're exercise file you're submitting is in the `exercism/csharp/<exerciseName>` directory.

For example, if you're submitting `bob.cs` for the Bob exercise, the submit command would be something like `exercism submit <path_to_exercism_dir>/csharp/bob/bob.cs`.

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trackler-2.2.1.6 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.5 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.4 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.3 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.2 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.1 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.1.0 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.0.6 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.0.5 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.0.4 tracks/csharp/exercises/error-handling/README.md
trackler-2.2.0.3 tracks/csharp/exercises/error-handling/README.md