Diagram::UnhandledException Method (Exception^)

 

Verifies who should report an exception that is thrown from the base design surface.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool UnhandledException(
	Exception^ ex
)

Parameters

ex
Type: System::Exception^

The exception to check.

Return Value

Type: System::Boolean

true if you want the base design surface to report the exception; false if you want .NET Framework to manage the exception.

Return to top
Show: