standard exception class to be used inside the query object

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
[SerializableAttribute]

public class LoggedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _

Public Class LoggedException _

	Inherits Exception
Visual C++
[SerializableAttribute]

public ref class LoggedException : public Exception

Inheritance Hierarchy

See Also