Share via


NotEnoughDiskForStashException.NotEnoughDiskForStashException Constructor

Initializes an instance of the NotEnoughDiskForStashException class.

Overload List

public NotEnoughDiskForStashException()
public NotEnoughDiskForStashException(string)
public NotEnoughDiskForStashException(string, Exception)
protected NotEnoughDiskForStashException(SerializationInfo, StreamingContext)

Initializes an instance of the NotEnoughDiskForStashException class.

Syntax

public NotEnoughDiskForStashException();

NotEnoughDiskForStashException.NotEnoughDiskForStashException Constructor

Initializes an instance of the NotEnoughDiskForStashException class.

Syntax

public NotEnoughDiskForStashException(
   string message
);

Parameters

message

System.String.  A description of the exception.

NotEnoughDiskForStashException.NotEnoughDiskForStashException Constructor

Initializes an instance of the NotEnoughDiskForStashException class.

Syntax

public NotEnoughDiskForStashException(
   string message,
   Exception inner
);

Parameters

message

System.String.  A description of the exception.

inner

System.Exception.  The class on which this exception is based.

NotEnoughDiskForStashException.NotEnoughDiskForStashException Constructor

Initializes an instance of the NotEnoughDiskForStashException class.

Syntax

protected NotEnoughDiskForStashException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info

System.Runtime.Serialization.SerializationInfo.  An instance of the class containing the information needed to serialize the new NotEnoughDiskForStashException instance.

context

System.Runtime.Serialization.StreamingContext.  A structure that contains contextual information about the source of the serialized stream associated with the new NotEnoughDiskForStashException instance.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.ListMaker

Assembly: Microsoft.MediaCenter.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later