Initializes a new instance of the FieldItem..::.ErrorValue class.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public ErrorValue( string message ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: ErrorValue( String^ message ) |
Parameters
- message
- Type: System..::.String