Amazon.KinesisAnalytics.Model.ResourceProvisionedThroughputExceededException.ResourceProvisionedThroughputExceededException C# (CSharp) Метод

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

Constructs a new ResourceProvisionedThroughputExceededException with the specified error message.
public ResourceProvisionedThroughputExceededException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ResourceProvisionedThroughputExceededException(string message) 
            : base(message) {}
          

Same methods

ResourceProvisionedThroughputExceededException::ResourceProvisionedThroughputExceededException ( Exception innerException ) : System
ResourceProvisionedThroughputExceededException::ResourceProvisionedThroughputExceededException ( System info, System context ) : 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