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

IdempotentParameterMismatchException() 공개 메소드

Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public IdempotentParameterMismatchException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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