  | LogEntryException Property  | 
[This is preliminary documentation and is subject to change.]
            Gets or sets the exception.
            
 
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntaxpublic Exception Exception { get; set; }Public Property Exception As Exception
	Get
	Set
public:
property Exception^ Exception {
	Exception^ get ();
	void set (Exception^ value);
}member Exception : Exception with get, set
Property Value
Type: 
ExceptionException.
See Also