Constructor for the TimerSettingsWriteException class that takes a string as one argument and an exception for the inner exception argument.

Namespace: ADDTimer
Assembly: ADDTimer (in ADDTimer.exe) Version: 1.2.0.0 (1.2.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public TimerSettingsWriteException(
	string message,
	Exception inner
)
Public Sub New ( _
	message As String, _
	inner As Exception _
)
public:
TimerSettingsWriteException(
	String^ message, 
	Exception^ inner
)

Parameters

message
String
Basic message describing the error.
inner
Exception
Inner Exception

See Also