DirectoryNotFoundException Constructor

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the DirectoryNotFoundException class.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Sub New
public DirectoryNotFoundException()

Remarks

This constructor initializes the Exception..::.Message property of the new instance to a system-supplied message that describes the error, such as "Could not find the specified directory." This message takes into account the current system culture.

The Exception..::.InnerException property of the new instance is initialized to nullNothingnullptra null reference (Nothing in Visual Basic).

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

DirectoryNotFoundException Class

DirectoryNotFoundException Overload

System.IO Namespace