NotEnoughDiskForStashException Class

Contains information about an exception raised because the hard disk does not have enough space available to store temporary files.

Syntax

public class NotEnoughDiskForStashException : ListMakerException

Public Instance Constructors

Constructor Description
NotEnoughDiskForStashException() Initializes an instance of the NotEnoughDiskForStashException class.
NotEnoughDiskForStashException(string) Initializes an instance of the NotEnoughDiskForStashException class.
NotEnoughDiskForStashException(string, Exception) Initializes an instance of the NotEnoughDiskForStashException class.

Protected Instance Constructors

Constructor Description
NotEnoughDiskForStashException(SerializationInfo, StreamingContext) Initializes an instance of the NotEnoughDiskForStashException class.

See Also