G
Guest
Howdy? Good.
I am getting this error when the Exception Handling Application Block when
it tries to create my exception handler. Here is the error.
Constructor on type 'MyCompany.Exception.MyCompanyExceptionHandler' not found.
In my code, the contructor for the handler is as follows:
public MyCompanyException() : base()
{
Initialize();
}
or
public MyCompanyException()
{
Initialize();
}
I tried debugging thru the exception handling application block, but I find
it quiet convoluted and very difficult to digest. So, your help would be
appreciated.
Thanks.
J
I am getting this error when the Exception Handling Application Block when
it tries to create my exception handler. Here is the error.
Constructor on type 'MyCompany.Exception.MyCompanyExceptionHandler' not found.
In my code, the contructor for the handler is as follows:
public MyCompanyException() : base()
{
Initialize();
}
or
public MyCompanyException()
{
Initialize();
}
I tried debugging thru the exception handling application block, but I find
it quiet convoluted and very difficult to digest. So, your help would be
appreciated.
Thanks.
J