The generic Exception class for all exceptions generated from the Framework.
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 |