Instantiates a new ObjectNotFoundException using the supplied message
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public ObjectNotFoundException( string message ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ message As String _ ) |
| Visual C++ |
|---|
public: ObjectNotFoundException( String^ message ) |
Parameters
- message
- Type: System..::.String
The error message string.