Propriedade do RDL DacExceptionMessage.Exception
Get the exception associated with the event message.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
Public ReadOnly Property Exception As Exception
Get
'Uso
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
Valor da propriedade
Tipo: System.Exception
The exception object associated with the message.