Initializes a new instance of LocationException.
Namespace: FiftyOne.Framework.LocationAssembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)
Syntax
| C# |
|---|
public LocationException( string message ) |
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: LocationException( String^ message ) |
Parameters
- message
- Type: System..::..String
The human readable message explaining the exception.