Amazon.GameLift.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