C# Class TesApi.Web.AzureBatchLowQuotaException

Inheritance: Exception
Afficher le fichier Open project: microsoft/CromwellOnAzure

Méthodes publiques

Méthode Description
AzureBatchLowQuotaException ( ) : System
AzureBatchLowQuotaException ( string message ) : System
AzureBatchLowQuotaException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
AzureBatchLowQuotaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AzureBatchLowQuotaException() public méthode

public AzureBatchLowQuotaException ( ) : System
Résultat System

AzureBatchLowQuotaException() protected méthode

protected AzureBatchLowQuotaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

AzureBatchLowQuotaException() public méthode

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

AzureBatchLowQuotaException() public méthode

public AzureBatchLowQuotaException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System