August 2003
Intermediate to advanced
928 pages
32h 1m
English
SEHException
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(stringmessage); public SEHException(stringmessage, Exceptioninner); // Protected Constructors protected SEHException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Methods public virtual bool CanResume( ); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
ExternalException
→
SEHException