C# Class DynamoDbAutoscaler.AutoScaleProvisioningException

Inheritance: System.Exception
Afficher le fichier Open project: litmus/DynamoDbAutoscaler

Méthodes publiques

Méthode Description
AutoScaleProvisioningException ( string message ) : System
AutoScaleProvisioningException ( string message, string tableName ) : System
AutoScaleProvisioningException ( string message, string tableName, Exception innerException ) : System
AutoScaleProvisioningException ( string message, string tableName, string indexName ) : System
AutoScaleProvisioningException ( string message, string tableName, string indexName, Exception innerException ) : System

Method Details

AutoScaleProvisioningException() public méthode

public AutoScaleProvisioningException ( string message ) : System
message string
Résultat System

AutoScaleProvisioningException() public méthode

public AutoScaleProvisioningException ( string message, string tableName ) : System
message string
tableName string
Résultat System

AutoScaleProvisioningException() public méthode

public AutoScaleProvisioningException ( string message, string tableName, Exception innerException ) : System
message string
tableName string
innerException System.Exception
Résultat System

AutoScaleProvisioningException() public méthode

public AutoScaleProvisioningException ( string message, string tableName, string indexName ) : System
message string
tableName string
indexName string
Résultat System

AutoScaleProvisioningException() public méthode

public AutoScaleProvisioningException ( string message, string tableName, string indexName, Exception innerException ) : System
message string
tableName string
indexName string
innerException System.Exception
Résultat System