Amazon.DynamoDBv2.Model.TrimmedDataAccessException.TrimmedDataAccessException C# (CSharp) Метод

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

Construct instance of TrimmedDataAccessException
public TrimmedDataAccessException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public TrimmedDataAccessException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

TrimmedDataAccessException::TrimmedDataAccessException ( Exception innerException ) : System
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, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TrimmedDataAccessException