StreamAccessException 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.
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
Constructors
StreamAccessException(Object, String, Exception) |
Initializes a new instance of StreamAccessException with the specified key, message, and internal exception. |
StreamAccessException(Object, String) |
Initializes a new instance of StreamAccessException with the specified key and message. |
StreamAccessException(Object) |
Initializes a new instance of StreamAccessException with the specified key. |
Properties
Key |
Gets the key. (Inherited from StreamException) |
Methods
ToString() |
Converts the exception to a string. (Inherited from StreamException) |