Table of Contents

Class S3EventStreamException

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

Modeled Exception that either comes over the stream from the service model, or wraps other exceptions for the purpose of raising events. If it is modelled, it will be a subclass.

public class S3EventStreamException : EventStreamException
Inheritance
S3EventStreamException

Constructors

S3EventStreamException()

Creates a new S3EventStreamException

public S3EventStreamException()

S3EventStreamException(string)

Creates a new S3EventStreamException

public S3EventStreamException(string message)

Parameters

message string

S3EventStreamException(string, Exception)

Creates a new S3EventStreamException

public S3EventStreamException(string message, Exception innerException)

Parameters

message string
innerException Exception