LogData.Exception Property

NSG Library Logger

LogDataException Property

A Sandcastle Documented Class Library
The exception, including the stack trace.

Namespace:  NSG.Library.Logger
Assembly:  NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax

public string Exception { get; set; }
Public Property Exception As String
	Get
	Set
public:
virtual property String^ Exception {
	String^ get () sealed;
	void set (String^ value) sealed;
}
abstract Exception : string with get, set
override Exception : string with get, set

Property Value

Type: String
See Also

Reference