Amazon.DynamoDBv2.Model.TrimmedDataAccessException.TrimmedDataAccessException C# (CSharp) Method

TrimmedDataAccessException() public method

Construct instance of TrimmedDataAccessException
public TrimmedDataAccessException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public TrimmedDataAccessException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

TrimmedDataAccessException::TrimmedDataAccessException ( Exception innerException ) : System
TrimmedDataAccessException::TrimmedDataAccessException ( System info, System context ) : System
TrimmedDataAccessException::TrimmedDataAccessException ( string message ) : System
TrimmedDataAccessException::TrimmedDataAccessException ( string message, Exception innerException ) : System
TrimmedDataAccessException::TrimmedDataAccessException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TrimmedDataAccessException