Class StreamSizeMismatchException
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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
StreamSizeMismatchException(string, Exception)
Construct an instance of StreamSizeMismatchException.
public StreamSizeMismatchException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCodeamazonId2
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
stringinnerException
ExceptionexpectedSize
longactualSize
longrequestId
stringamazonId2
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
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
stringexpectedSize
longactualSize
longrequestId
stringamazonId2
stringamazonCfId
string
Properties
ActualSize
Gets and sets ActualSize property.
public long ActualSize { get; set; }
Property Value
ExpectedSize
Gets and sets ExpectedSize property.
public long ExpectedSize { get; set; }