Tagged Questions
0
votes
4answers
194 views
Does FCL already have an exception meaning method execution fail?
I have my own exception, which been throwing on execution fail of a method (p/invoke in my case).
public PInvokeException(string methodName)
: base(String.Format(CultureInfo.CurrentCulture,
"An error ...