RMTrackException Constructor (Exception) |
Constructs RMTrackException with wrapped exception
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public RMTrackException(
Exception t
)
Public Sub New (
t As Exception
)
Parameters
- t
- Type: SystemException
Wrapped exception
See Also