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

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

Construct instance of BatchEntryIdsNotDistinctException
public BatchEntryIdsNotDistinctException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public BatchEntryIdsNotDistinctException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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::BatchEntryIdsNotDistinctException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
BatchEntryIdsNotDistinctException