Amazon.SimpleSystemsManagement.Model.UnsupportedParameterTypeException.UnsupportedParameterTypeException C# (CSharp) 메소드

UnsupportedParameterTypeException() 공개 메소드

Construct instance of UnsupportedParameterTypeException
public UnsupportedParameterTypeException ( Exception innerException ) : System
innerException System.Exception
리턴 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