Amazon.KinesisAnalytics.Model.ResourceProvisionedThroughputExceededException.ResourceProvisionedThroughputExceededException C# (CSharp) Method

ResourceProvisionedThroughputExceededException() public method

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

Same methods

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