StreamException 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 errors that occur when accessing Stream storage.
public ref class StreamException : Exception
public class StreamException : Exception
type StreamException = class
inherit Exception
Public Class StreamException
Inherits Exception
- Inheritance
-
StreamException
- Derived
Constructors
StreamException(Object, String, Exception) |
Initializes a new instance of StreamException with the specified key, message, and internal exception. |
StreamException(Object, String) |
Initializes a new instance of StreamException with the specified key and message. |
StreamException(Object) |
Initializes a new instance of StreamException with the specified key. |
Properties
Key |
Gets the key. |
Methods
ToString() |
Converts the exception to a string. |