RMTrackException Constructor (String, Exception) |
Constructs RMTrackException with Message and a wrapped exception
Namespace:
RMTrackApiClient
Assembly:
RMTrackApiClient (in RMTrackApiClient.dll) Version: 6.0.66.2974
Syntax public RMTrackException(
string Message,
Exception t
)
Public Sub New (
Message As String,
t As Exception
)
Parameters
- Message
- Type: SystemString
Overview of error - t
- Type: SystemException
Wrapped exception
See Also