Amazon.SQS.Model.BatchEntryIdsNotDistinctException.BatchEntryIdsNotDistinctException C# (CSharp) Метод

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

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

Same methods

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