DacRetryMessage 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.
This message is raised when the DacFx API retried a command or connection due to a transient error returned by the server.
[System.Serializable]
public sealed class DacRetryMessage : Microsoft.SqlServer.Dac.DacMessage
[<System.Serializable>]
type DacRetryMessage = class
inherit DacMessage
Public NotInheritable Class DacRetryMessage
Inherits DacMessage
- Inheritance
- Attributes
Properties
ElementType |
The type of element if the error is a validation error related to an element (Inherited from DacMessage) |
Message |
Get friendly message for the current status of an operation. (Inherited from DacMessage) |
MessageType |
Get the type of the event message. (Inherited from DacMessage) |
Number |
Get numeric value associated with the event message. (Inherited from DacMessage) |
Prefix |
Get string prefix associated with the source of the event message. (Inherited from DacMessage) |
RetryCount |
The retry count when this error was encountered |
ServerErrorNumber |
The number of the error from SQL Server or 0 if a different exception was encountered (that invoked a retry) |
Methods
ToString() |
Return a string that represents the current object. (Inherited from DacMessage) |