Parses an exception and generates new exception if it is SoapException.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public static Exception GetConcreteException( Exception exception ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetConcreteException ( _ exception As Exception _ ) As Exception |
| Visual C++ |
|---|
public: static Exception^ GetConcreteException( Exception^ exception ) |
Parameters
- exception
- Type: System..::.Exception
A exception to parse.