Amazon.SimpleSystemsManagement.Model.ItemSizeLimitExceededException.ItemSizeLimitExceededException C# (CSharp) Method

ItemSizeLimitExceededException() public method

Construct instance of ItemSizeLimitExceededException
public ItemSizeLimitExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public ItemSizeLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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