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