Amazon.SimpleSystemsManagement.Model.ParameterNotFoundException.ParameterNotFoundException C# (CSharp) Method

ParameterNotFoundException() public method

Construct instance of ParameterNotFoundException
public ParameterNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public ParameterNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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