TableTransactionFailedException Class

Definition

[System.Serializable]
public class TableTransactionFailedException : Azure.RequestFailedException
[<System.Serializable>]
type TableTransactionFailedException = class
    inherit RequestFailedException
Public Class TableTransactionFailedException
Inherits RequestFailedException
Inheritance
TableTransactionFailedException
Attributes

Constructors

TableTransactionFailedException(RequestFailedException)

Initializes a new instances of a TableTransactionFailedException.

TableTransactionFailedException(SerializationInfo, StreamingContext)

Initializes a new instance of the Exception class with serialized data.

Properties

ErrorCode

Gets the service specific error code if available. Please refer to the client documentation for the list of supported error codes.

(Inherited from RequestFailedException)
FailedTransactionActionIndex

The index position of the TableTransactionAction collection submitted to SubmitTransaction(IEnumerable<TableTransactionAction>, CancellationToken) or SubmitTransactionAsync(IEnumerable<TableTransactionAction>, CancellationToken) which caused the transaction to fail.

Status

Gets the HTTP status code of the response. Returns. 0 if response was not received.

(Inherited from RequestFailedException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

(Inherited from RequestFailedException)
GetRawResponse()

Gets the response, if any, that led to the exception.

(Inherited from RequestFailedException)

Applies to