March 2002
Intermediate to advanced
864 pages
31h 8m
English
SEHException
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(); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→ExternalException→SEHException