Gets the exception that caused the message to be reported. This might not always be available, depending on the type of exception.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public Exception Exception { get; internal set; }
Visual Basic
Public Property Exception As Exception
	Get
	Friend Set
Visual C++
public:
property Exception^ Exception {
	Exception^ get ();
	internal: void set (Exception^ value);
}

See Also