Click or drag to resize

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
)

Parameters

t
Type: SystemException
Wrapped exception
See Also