Amazon.S3.Model.StreamSizeMismatchException.StreamSizeMismatchException C# (CSharp) Метод

StreamSizeMismatchException() публичный Метод

Construct an instance of StreamSizeMismatchException.
public StreamSizeMismatchException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode, string amazonId2 ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
amazonId2 string
Результат System
        public StreamSizeMismatchException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode, string amazonId2)
            : base(message, innerException, errorType, errorCode, requestId, statusCode, amazonId2)
        {
        }

Same methods

StreamSizeMismatchException::StreamSizeMismatchException ( Exception innerException ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( System info, System context ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, Exception innerException ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, Exception innerException, long expectedSize, long actualSize, string requestId, string amazonId2 ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, long expectedSize, long actualSize, string requestId, string amazonId2 ) : System
StreamSizeMismatchException::StreamSizeMismatchException ( string message, long expectedSize, long actualSize, string requestId, string amazonId2, string amazonCfId ) : System