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

TrimmedDataAccessException() public method

Constructs a new TrimmedDataAccessException with the specified error message.
public TrimmedDataAccessException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public TrimmedDataAccessException(string message) 
            : base(message) {}
          

Same methods

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