DirectoryNotFoundException
DirectoryNotFoundException()
DirectoryNotFoundException(String)
DirectoryNotFoundException(SerializationInfo, StreamingContext)
DirectoryNotFoundException(String, Exception)
DirectoryNotFoundException(String, String)
DirectoryNotFoundException(String, String, Exception)
DirectoryPath
GetObjectData(SerializationInfo, StreamingContext)
ToString()
net11.0
namespace System.IO
{
public class DirectoryNotFoundException : IOException
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId = "SYSLIB0051", UrlFormat = "https://aka.ms/dotnet-warnings/{0}")]
public override void GetObjectData(SerializationInfo! info, StreamingContext context);
}
}
| .NET | 11.0 |
|---|---|
Information specific to net11.0 | |
| Assembly | System.Runtime , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Obsolete | SYSLIB0051: This API supports obsolete formatter-based serialization. It should not be called or extended by application code. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API