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

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

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

Same methods

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