C# Class TesApi.Web.AzureBatchLowQuotaException

Inheritance: Exception
ファイルを表示 Open project: microsoft/CromwellOnAzure

Public Methods

Method Description
AzureBatchLowQuotaException ( ) : System
AzureBatchLowQuotaException ( string message ) : System
AzureBatchLowQuotaException ( string message, Exception innerException ) : System

Protected Methods

Method Description
AzureBatchLowQuotaException ( SerializationInfo info, StreamingContext context ) : System

Method Details

AzureBatchLowQuotaException() public method

public AzureBatchLowQuotaException ( ) : System
return System

AzureBatchLowQuotaException() protected method

protected AzureBatchLowQuotaException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

AzureBatchLowQuotaException() public method

public AzureBatchLowQuotaException ( string message ) : System
message string
return System

AzureBatchLowQuotaException() public method

public AzureBatchLowQuotaException ( string message, Exception innerException ) : System
message string
innerException Exception
return System