System.Runtime.InteropServices.COMException
namespace System.Runtime.InteropServices
{
public class COMException : ExternalException
{
public COMException();
protected COMException(SerializationInfo info, StreamingContext context);
public COMException(string message);
public COMException(string message, Exception inner);
public COMException(string message, int errorCode);
}
}