Amazon.SimpleDB.Model.AttributeDoesNotExistException.AttributeDoesNotExistException C# (CSharp) Метод

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

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

Same methods

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