G
Gavaskar
Should I be able to put a Try Catch inside a class?
class Myclass
{
try
{
// create something, streamwritter
}
catch()
{
// catch error
}
} / end class
class Myclass
{
try
{
// create something, streamwritter
}
catch()
{
// catch error
}
} / end class