TimerStartException Constructor
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.147 -- Release Build+759c9d29b79c81f10905de8f58b653be932045f0
public TimerStartException(
string message
)
Public Sub New (
message As String
)
public:
TimerStartException(
String^ message
)
Gemstone.TimerStartException = function(message);
Parameters
- message String
- The error message that explains the reason for the exception.