StreamException Class

Definition

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)

Initializes a new instance of StreamException with the specified key.

StreamException(Object, String)

Initializes a new instance of StreamException with the specified key and message.

StreamException(Object, String, Exception)

Initializes a new instance of StreamException with the specified key, message, and internal exception.

Properties

Key

Gets the key.

Methods

ToString()

Converts the exception to a string.

Applies to