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

AttributeDoesNotExistException() public method

Construct instance of AttributeDoesNotExistException
public AttributeDoesNotExistException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public AttributeDoesNotExistException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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