LogEntry<TState>.Exception Propriedade
Definição
Obtém a exceção do log.Gets the log exception.
public:
property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception
Valor da propriedade
Uma instância Exception.An Exception instance.