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

TrimmedDataAccessException() public method

Construct instance of TrimmedDataAccessException
public TrimmedDataAccessException ( Exception innerException ) : System
innerException System.Exception
return System
        public TrimmedDataAccessException(Exception innerException) 
            : base(innerException) {}
            

Same methods

TrimmedDataAccessException::TrimmedDataAccessException ( System info, System context ) : System
TrimmedDataAccessException::TrimmedDataAccessException ( string message ) : 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