System.Runtime.InteropServices.SEHException
namespace System.Runtime.InteropServices
{
public class SEHException : ExternalException
{
public SEHException();
protected SEHException(SerializationInfo info, StreamingContext context);
public SEHException(string message);
public SEHException(string message, Exception inner);
public virtual bool CanResume();
}
}