C# 클래스 DynamoDbAutoscaler.AutoScaleProvisioningException

상속: System.Exception
파일 보기 프로젝트 열기: litmus/DynamoDbAutoscaler

공개 메소드들

메소드 설명
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

메소드 상세

AutoScaleProvisioningException() 공개 메소드

public AutoScaleProvisioningException ( string message ) : System
message string
리턴 System

AutoScaleProvisioningException() 공개 메소드

public AutoScaleProvisioningException ( string message, string tableName ) : System
message string
tableName string
리턴 System

AutoScaleProvisioningException() 공개 메소드

public AutoScaleProvisioningException ( string message, string tableName, Exception innerException ) : System
message string
tableName string
innerException System.Exception
리턴 System

AutoScaleProvisioningException() 공개 메소드

public AutoScaleProvisioningException ( string message, string tableName, string indexName ) : System
message string
tableName string
indexName string
리턴 System

AutoScaleProvisioningException() 공개 메소드

public AutoScaleProvisioningException ( string message, string tableName, string indexName, Exception innerException ) : System
message string
tableName string
indexName string
innerException System.Exception
리턴 System