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

UnsupportedParameterTypeException() public method

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

Same methods

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