StreamAccessException Class
Represents an error that occurred when trying to access a Stream in storage.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
System.Exception
Microsoft.VisualStudio.Utilities.StreamException
Microsoft.VisualStudio.Utilities.StreamAccessException
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Key | Gets the key.(Inherited from StreamException.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts the exception to a string.(Inherited from StreamException.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | IsCritical() | (Defined by ExtensionMethods.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



