You should (almost) NEVER care about a "first-chance exception".
Presumably, you are debugging, and have "Break when an Exception is:
Thrown" checked. Hence it breaks on ALL exceptions, even those that are
caught. Basically, a "first-chance exception" is one that is about to be
caught, and dealt with.
Truth,
James
On Wed, Apr 20, 2011 at 9:51 AM, mynkow <[email protected]> wrote:
> Hi,
>
> I use NVelocityTemplateEngine to generate emails from templates. When I
> call public bool Process(IDictionary context, string templateName,
> TextWriter output, string inputTemplate);
> I got: A first chance exception of type 'System.ObjectDisposedException'
> occurred in mscorlib.dll
>
> Is this normal or I am doing something wrong?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To post to this group, send email to [email protected]
> .
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/castle-project-users?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.