F
Flare
Hi
Im trying to create a custom Exception Hierachy for an Asp.net application.
Some of my exceptions should iherit from soapException like
MyCustomWebServiceException : soapException
{
blabla
}
Anyone have som guidelines for this? The normal rule of emplementing the
three default constructors of course dosnt count, since he they doesnt
excitst.
Google gives my nothing in this subject.
Hope someone can cheer me up
Reagards
Anders, DK
Im trying to create a custom Exception Hierachy for an Asp.net application.
Some of my exceptions should iherit from soapException like
MyCustomWebServiceException : soapException
{
blabla
}
Anyone have som guidelines for this? The normal rule of emplementing the
three default constructors of course dosnt count, since he they doesnt
excitst.
Google gives my nothing in this subject.
Hope someone can cheer me up
Reagards
Anders, DK