DacExceptionMessage-Klasse
Data associated with an error with exception information.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacExceptionMessage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacExceptionMessage _
Inherits DacMessage
'Usage
Dim instance As DacExceptionMessage
[SerializableAttribute]
public sealed class DacExceptionMessage : DacMessage
[SerializableAttribute]
public ref class DacExceptionMessage sealed : public DacMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type DacExceptionMessage =
class
inherit DacMessage
end
public final class DacExceptionMessage extends DacMessage
Der DacExceptionMessage-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Exception | Get the exception associated with the event message. | |
Message | Get friendly message for the current status of an operation. (Geerbt von DacMessage.) | |
MessageType | Get the type of the event message. (Geerbt von DacMessage.) | |
Number | Get numeric value associated with the event message. (Geerbt von DacMessage.) | |
Prefix | Get string prefix associated with the source of the event message. (Geerbt von DacMessage.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | Return a string that represents the current object. (Geerbt von DacMessage.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.