TableTransactionFailedException Constructors
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.
Overloads
TableTransactionFailedException(RequestFailedException) |
Initializes a new instances of a TableTransactionFailedException. |
TableTransactionFailedException(SerializationInfo, StreamingContext) |
Initializes a new instance of the Exception class with serialized data. |
TableTransactionFailedException(RequestFailedException)
Initializes a new instances of a TableTransactionFailedException.
public TableTransactionFailedException (Azure.RequestFailedException requestFailedException);
new Azure.Data.Tables.TableTransactionFailedException : Azure.RequestFailedException -> Azure.Data.Tables.TableTransactionFailedException
Public Sub New (requestFailedException As RequestFailedException)
Parameters
- requestFailedException
- RequestFailedException
The RequestFailedException related to this exception.
Applies to
TableTransactionFailedException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
protected TableTransactionFailedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Azure.Data.Tables.TableTransactionFailedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Azure.Data.Tables.TableTransactionFailedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
info
is null
.
The class name is null
or HResult is zero (0).
Applies to
Azure SDK for .NET