StreamAccessException Class

Definition

Represents an error that occured when trying to access a Stream in storage.

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

Constructors

StreamAccessException(Object)

Initializes a new instance of StreamAccessException with the specified key.

StreamAccessException(Object, String)

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

StreamAccessException(Object, String, Exception)

Initializes a new instance of StreamAccessException 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