WriteExceptionsToEventLog Property

MySQL Connector/Net

Indicates whether to write exceptions to event log

Namespace:  MySql.Web.SessionState
Assembly:  MySql.Web (in MySql.Web.dll) Version: 6.2.2.0

Syntax

C#
public bool WriteExceptionsToEventLog { get; set; }
Visual Basic (Declaration)
Public Property WriteExceptionsToEventLog As Boolean
Visual C++
public:
property bool WriteExceptionsToEventLog {
	bool get ();
	void set (bool value);
}

See Also