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

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

Constructs a new BatchEntryIdsNotDistinctException with the specified error message.
public BatchEntryIdsNotDistinctException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public BatchEntryIdsNotDistinctException(string message) 
            : base(message) {}
          

Same methods

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