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

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

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

Same methods

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