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

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

Construct instance of ResourceProvisionedThroughputExceededException
public ResourceProvisionedThroughputExceededException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public ResourceProvisionedThroughputExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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