Propriété DacExceptionMessage.Exception
Get the exception associated with the event message.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Exception As Exception
Get
'Utilisation
Dim instance As DacExceptionMessage
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception
Valeur de propriété
Type : System.Exception
The exception object associated with the message.