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