OutOfDiskSpaceException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class OutOfDiskSpaceException : System.IO.IOException
[<System.Serializable>]
type OutOfDiskSpaceException = class
inherit IOException
Public Class OutOfDiskSpaceException
Inherits IOException
- Inheritance
-
System.IO.IOExceptionOutOfDiskSpaceException
- Attributes
-
System.SerializableAttribute
Constructors
OutOfDiskSpaceException(SerializationInfo, StreamingContext) | |
OutOfDiskSpaceException(String, Exception) | |
OutOfDiskSpaceException(String) |