Name

ExternalException

Synopsis

This is the base class for COM interop and SEH (Structured Exception Handler) exceptions.

public class ExternalException : SystemException {
// Public Constructors
   public method ExternalException();  
   public method ExternalException(string message);  
   public method ExternalException(string message, 
        Exception inner);  
   public method ExternalException(string message, 
        int errorCode);  
// Protected Constructors
   protected method ExternalException(
        System.Runtime.Serialization.SerializationInfo info, 
        System.Runtime.Serialization.StreamingContext context);  
// Public Instance Properties
   public virtual field int ErrorCode{get; } 
}

Hierarchy

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

Subclasses

COMException, SEHException

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.