P
Petar Popara
How can I catch COM exceptions (IErrorInfo) in C#? What should be inside
catch()?
An example:
try
{
....
}
catch(What goes here?)
{
....
}
catch()?
An example:
try
{
....
}
catch(What goes here?)
{
....
}