System.Runtime.InteropServices (mscorlib.dll) | class |
This class is used as a wrapper
for an unmanaged
C++ exception that was thrown.
public class SEHException : ExternalException {
// Public Constructors
public SEHException( );
public SEHException(string message);
public SEHException(string message, Exception inner);
// Protected Constructors
protected SEHException(System.Runtime.Serialization.SerializationInfo info,
System.Runtime.Serialization.StreamingContext context);
// Public Instance Methods
public virtual bool CanResume( );
}
Hierarchy
System.Object
System.Exception(System.Runtime.Serialization.ISerializable)
System.SystemException
ExternalException
SEHException
|