StreamNotFoundException Class

Definition

Represents the error that occurs when a Stream is not found in storage.

public ref class StreamNotFoundException : Microsoft::VisualStudio::Utilities::StreamException
public class StreamNotFoundException : Microsoft.VisualStudio.Utilities.StreamException
type StreamNotFoundException = class
    inherit StreamException
Public Class StreamNotFoundException
Inherits StreamException
Inheritance
StreamNotFoundException

Constructors

StreamNotFoundException(Object)

Initializes a new instance of StreamNotFoundException.

StreamNotFoundException(Object, String)

Initializes a new instance of StreamNotFoundException with the specified key and message.

StreamNotFoundException(Object, String, Exception)

Initializes a new instance of StreamNotFoundException with the specified key, message, and internal exception.

Properties

Key

Gets the key.

(Inherited from StreamException)

Methods

ToString()

Converts the exception to a string.

(Inherited from StreamException)

Applies to