次の方法で共有


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

Name Description
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

Name Description
Key

Gets the key.

Methods

Name Description
ToString()

Converts the exception to a string.

Applies to