The generic Exception class for all exceptions generated from the Framework.

Namespace: FiftyOne.Framework.Location
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
[SerializableAttribute]
public class LocationException : Exception
Visual Basic
<SerializableAttribute> _
Public Class LocationException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class LocationException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    FiftyOne.Framework.Location..::..LocationException

See Also