August 2003
Intermediate to advanced
928 pages
32h 1m
English
ExternalException
This is the base class for COM interop and SEH (Structured Exception Handler) exceptions.
public class ExternalException : SystemException { // Public Constructors public ExternalException( ); public ExternalException(stringmessage); public ExternalException(stringmessage, Exceptioninner); public ExternalException(stringmessage, interrorCode); // Protected Constructors protected ExternalException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public virtual int ErrorCode{get; } }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
ExternalException
COMException, SEHException