TableTransactionFailedException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public class TableTransactionFailedException : Azure.RequestFailedException
[<System.Serializable>]
type TableTransactionFailedException = class
inherit RequestFailedException
Public Class TableTransactionFailedException
Inherits RequestFailedException
- Inheritance
- 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. |
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
Azure SDK for .NET