Freigeben über


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
Öffentliche Eigenschaft Exception Get the exception associated with the event message.
Öffentliche Eigenschaft Message Get friendly message for the current status of an operation. (Geerbt von DacMessage.)
Öffentliche Eigenschaft MessageType Get the type of the event message. (Geerbt von DacMessage.)
Öffentliche Eigenschaft Number Get numeric value associated with the event message. (Geerbt von DacMessage.)
Öffentliche Eigenschaft Prefix Get string prefix associated with the source of the event message. (Geerbt von DacMessage.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dac-Namespace