Diagram.UnhandledException Method
Verifies who should report an exception that is thrown from the base design surface.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Parameters
- ex
- Type: System.Exception
The exception to check.
Return Value
Type: System.Booleantrue if you want the base design surface to report the exception; false if you want .NET Framework to manage the exception.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.