F# - Custom exception with support for formatted strings
I have been coding F# for a while now, and I've managed to stay away from throwing custom exception so chances are I'm doing something wrong now as I'm looking into throwing one, but I thought I would share it, as it also shows how you can accomplish similar constructs as failwithf to al…
Daniel Wertheim