Condividi tramite


Classe DacExceptionMessage

Data associated with an error with exception information.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacExceptionMessage

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class DacExceptionMessage _
    Inherits DacMessage
'Utilizzo
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

Nel tipo DacExceptionMessage sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Exception Get the exception associated with the event message.
Proprietà pubblica Message Get friendly message for the current status of an operation. Ereditato da DacMessage.
Proprietà pubblica MessageType Get the type of the event message. Ereditato da DacMessage.
Proprietà pubblica Number Get numeric value associated with the event message. Ereditato da DacMessage.
Proprietà pubblica Prefix Get string prefix associated with the source of the event message. Ereditato da DacMessage.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Return a string that represents the current object. Ereditato da DacMessage.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dac