0
comment
comment
on 7/12/2012 1:49 PM
Related Posts Part 1 Part 2 Throwing Exceptions In F#, you can define a custom exception type by creating a type that inherit from System.Exception or using the lightweight exception syntax to define them with the same syntax as discriminated unions. You can throw exceptions in F# using the raise keyword or using failwith [...]