Name

SEHException

Synopsis

This class is used as a wrapper for an unmanaged C++ object that was thrown.

public class SEHException : ExternalException {
// Public Constructors
   public method SEHException();  
   public method SEHException(string message);  
   public method SEHException(string message, 
        Exception inner);  
// Protected Constructors
   protected method SEHException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
// Public Instance Methods
   public virtual method bool CanResume();  
}

Hierarchy

System.ObjectSystem.Exception(System.Runtime.Serialization.ISerializable)System.SystemExceptionExternalExceptionSEHException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.