Table of Contents

Class StreamSizeMismatchException

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

The exception that is thrown when the size of a stream does not match it's expected size.

public class StreamSizeMismatchException : AmazonS3Exception
Inheritance
StreamSizeMismatchException
Inherited Members

Constructors

StreamSizeMismatchException(Exception)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(Exception innerException)

Parameters

innerException Exception

StreamSizeMismatchException(string)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message)

Parameters

message string

StreamSizeMismatchException(string, ErrorType, string, string, HttpStatusCode)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

StreamSizeMismatchException(string, Exception)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, Exception innerException)

Parameters

message string
innerException Exception

StreamSizeMismatchException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

StreamSizeMismatchException(string, Exception, ErrorType, string, string, HttpStatusCode, string)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode, string amazonId2)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
amazonId2 string

StreamSizeMismatchException(string, Exception, long, long, string, string)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, Exception innerException, long expectedSize, long actualSize, string requestId, string amazonId2)

Parameters

message string
innerException Exception
expectedSize long
actualSize long
requestId string
amazonId2 string

StreamSizeMismatchException(string, long, long, string, string)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, long expectedSize, long actualSize, string requestId, string amazonId2)

Parameters

message string
expectedSize long
actualSize long
requestId string
amazonId2 string

StreamSizeMismatchException(string, long, long, string, string, string)

Construct an instance of StreamSizeMismatchException.

public StreamSizeMismatchException(string message, long expectedSize, long actualSize, string requestId, string amazonId2, string amazonCfId)

Parameters

message string
expectedSize long
actualSize long
requestId string
amazonId2 string
amazonCfId string

Properties

ActualSize

Gets and sets ActualSize property.

public long ActualSize { get; set; }

Property Value

long

ExpectedSize

Gets and sets ExpectedSize property.

public long ExpectedSize { get; set; }

Property Value

long