ServicesExceptionNotHandledEventArgs::Exception Property

 

Gets the exception that could not be handled by the service.

Namespace:   System.Workflow.Runtime
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
property Exception^ Exception {
	Exception^ get();
}

Property Value

Type: System::Exception^

A Exception that represents the exception that could not be handled by the service.

.NET Framework
Available since 3.0
Return to top
Show: