| C# | Visual Basic | Visual C++ |
public static Syntax<ExceptionHandler> Handle<TEx1, TEx2, TEx3>() where TEx1 : Exception where TEx2 : Exception where TEx3 : Exception
Public Shared Function Handle(Of TEx1 As Exception, TEx2 As Exception, TEx3 As Exception) As Syntax(Of ExceptionHandler)
public: generic<typename TEx1, typename TEx2, typename TEx3> where TEx1 : Exception where TEx2 : Exception where TEx3 : Exception static Syntax<ExceptionHandler^>^ Handle()
- TEx1
- The first type of the exception to handle.
- TEx2
- The second of the exception to handle.
- TEx3
- The third of the exception to handle.
syntax