Amazon.SimpleDB.Model.AttributeDoesNotExistException.AttributeDoesNotExistException C# (CSharp) Method

AttributeDoesNotExistException() public method

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

Same methods

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