Click or drag to resize

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
)

Parameters

Message
Type: SystemString
Overview of error
t
Type: SystemException
Wrapped exception
See Also