Message Exception Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets/Sets exception associated with message. Set this property EVEN IF the name/text of exception is already included in Text as log destinations may elect to dump the whole stack trace

Namespace: NFX.Log
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Exception Exception { get; set; }

Property Value

Type: OnlineException
See Also