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
innerExceptionException
StreamSizeMismatchException(string)
Construct an instance of StreamSizeMismatchException.
public StreamSizeMismatchException(string message)
Parameters
messagestring
StreamSizeMismatchException(string, ErrorType, string, string, HttpStatusCode)
Construct an instance of StreamSizeMismatchException.
public StreamSizeMismatchException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCodeamazonId2string
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
messagestringinnerExceptionExceptionexpectedSizelongactualSizelongrequestIdstringamazonId2string
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
messagestringexpectedSizelongactualSizelongrequestIdstringamazonId2stringamazonCfIdstring
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; }