Amazon.DynamoDBv2.Model.ItemCollectionSizeLimitExceededException.ItemCollectionSizeLimitExceededException C# (CSharp) Метод

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

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

Same methods

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