StreamNotFoundException 类

定义

表示在存储区中找不到流时发生的错误。

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
继承
StreamNotFoundException

构造函数

StreamNotFoundException(Object)

初始化 StreamNotFoundException 的新实例。

StreamNotFoundException(Object, String)

使用指定的键和消息初始化 StreamNotFoundException 的新实例。

StreamNotFoundException(Object, String, Exception)

使用指定的键、消息和内部异常初始化 StreamNotFoundException 的新实例。

属性

Key

获取键。

(继承自 StreamException)

方法

ToString()

将异常转换为字符串。

(继承自 StreamException)

适用于