Amazon.GameLift.Model.IdempotentParameterMismatchException.IdempotentParameterMismatchException C# (CSharp) Метод

IdempotentParameterMismatchException() публичный Метод

Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public IdempotentParameterMismatchException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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