Handles exception.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Handle( Exception e ) |
Visual Basic (Declaration) |
---|
Public Sub Handle ( _ e As Exception _ ) |
Visual C++ |
---|
public: void Handle( Exception^ e ) |
Parameters
- e
- Type: System..::.Exception