FileNotFoundException

FileNotFoundException


An exception thrown when a specified file was not found.


Implements:

Exception 
IObject 
IOException 
SystemException 

Public:

Properties:

NameDescription
 Data (get) Returns a key/value collection used to contain user-defined specific information about the exception.  
 ErrorNumber (get) Returns the VB error number associated with this exception instance.  
 FileName (get) Gets the name of the file that could not be found.  
 HelpLink (get) Gets a link to a help file associated with the exception.  
 HelpLink (let) Sets a link to a help file associated with the exception.  
 HResult (get) Gets the HRESULT, a coded numerical value that is assigned to a specific exception.  
 InnerException (get) Gets the exception that caused the Subclassed exception to be thrown.  
 Message (get) Gets the error message associated with the Subclass exception.  
 Source (get) Gets a description of the source of the exception.  
 Source (let) Sets a description of the source of the exception.  

Methods:

NameDescription
 Equals Provides a basic implementation of the Equals function of the IObject interface.  
 GetBaseException Gets the original exception that caused the chain of exceptions to occur.  
 GetHashCode Provides a basic implementation of the GetHashcode function of the IObject interface.  
 ToString Returns the exception message prepended with the type name of the Subclass Exception.  

See Also

Project CorLib Overview

Class FileNotFoundException Overview

Constructors

ExceptionMethods

Exception