Méthode | Description | |
---|---|---|
TooManyEntriesInBatchRequestException ( |
Construct instance of TooManyEntriesInBatchRequestException
|
|
TooManyEntriesInBatchRequestException ( string message ) : System |
Constructs a new TooManyEntriesInBatchRequestException with the specified error message.
|
|
TooManyEntriesInBatchRequestException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of TooManyEntriesInBatchRequestException
|
|
TooManyEntriesInBatchRequestException ( string message, Exception innerException ) : System |
Construct instance of TooManyEntriesInBatchRequestException
|
|
TooManyEntriesInBatchRequestException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System |
Construct instance of TooManyEntriesInBatchRequestException
|
Méthode | Description | |
---|---|---|
TooManyEntriesInBatchRequestException ( System info, System context ) : System |
Constructs a new instance of the TooManyEntriesInBatchRequestException class with serialized data.
|
public TooManyEntriesInBatchRequestException ( |
||
innerException | ||
Résultat | System |
protected TooManyEntriesInBatchRequestException ( System info, System context ) : System | ||
info | System | The |
context | System | The |
Résultat | System |
public TooManyEntriesInBatchRequestException ( string message ) : System | ||
message | string | /// Describes the error encountered. /// |
Résultat | System |
public TooManyEntriesInBatchRequestException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Résultat | System |
public TooManyEntriesInBatchRequestException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
Résultat | System |
public TooManyEntriesInBatchRequestException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System | ||
message | string | |
innerException | Exception | |
errorType | ErrorType | |
errorCode | string | |
requestId | string | |
statusCode | HttpStatusCode | |
Résultat | System |