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( ref Exception ex, string strMessage, int intCode ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ ByRef ex As Exception, _ strMessage As String, _ intCode As Integer _ ) |
Visual C++ |
---|
public: QuikResult( Exception^% ex, String^ strMessage, int intCode ) |
Parameters
- ex
- Type:
System..::.Exception
%
An exception that occurred
- strMessage
- Type: System..::.String
The descriptive message about the result
- intCode
- Type: System..::.Int32
A numeric code that uniquely identifies the error