Initializes a new instance of the QuikResult class
Namespace:
QFDAssembly: QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public QuikResult( string strMessage, int intCode ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ strMessage As String, _ intCode As Integer _ ) |
Visual C++ |
---|
public: QuikResult( String^ strMessage, int intCode ) |
Parameters
- strMessage
- Type: System..::.String
The descriptive message about the result
- intCode
- Type: System..::.Int32
A numeric code that uniquely identifies the error