Re: typeinitializationexception in module
From: Saurabh (saurabh_at_nagpurcity.net)
Date: 07/06/04
- Next message: Ying-Shen Yu[MSFT]: "RE: FindByValue equivalent for forms"
- Previous message: Emilio Martin: "Re: typeinitializationexception in module"
- In reply to: Emilio Martin: "typeinitializationexception in module"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Jul 2004 09:59:00 +0100
TypeInitializationException is thrown if something has gone wrong in type
initialization. Well if your constructor is calling lots of other things,
and one of them throws an exception, the constructor will throw a
typeInitializationException with the main exception set as inner exception.
--Saurabh
"Emilio Martin" <emilio@intellinovaREMOVE.com> wrote in message
news:Ohfa6EzYEHA.3972@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I'm getting a system.typeinitializationexception when referencing a
module.
>
> The problem only oocurs in my deployed program, not on in my development
> environment.
>
> Any Ideas?
>
> Many Thanks
>
>
- Next message: Ying-Shen Yu[MSFT]: "RE: FindByValue equivalent for forms"
- Previous message: Emilio Martin: "Re: typeinitializationexception in module"
- In reply to: Emilio Martin: "typeinitializationexception in module"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|