Access to this page requires authorization. You can try or changing directories . Access to this page requires authorization. You can try changing directories .
public ref class FileNotFoundException : System::IO::IOException
public class FileNotFoundException : System.IO.IOException
[System.Serializable]
public class FileNotFoundException : System.IO.IOException
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class FileNotFoundException : System.IO.IOException
type FileNotFoundException = class
    inherit IOException
[<System.Serializable>]
type FileNotFoundException = class
    inherit IOException
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type FileNotFoundException = class
    inherit IOException
Public Class FileNotFoundException
Inherits IOException
Inheritance
FileNotFoundException

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

(Inherited from Exception )

When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.

(Inherited from Exception ) Obsolete.

Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception.

(Inherited from Exception )