String: The name of the setting that caused the exception.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string FailedSetting { get; set; }
Public Property FailedSetting As String
	Get
	Set
public:
property String^ FailedSetting {
	String^ get ();
	void set (String^ value);
}

See Also