Singer Instruments PIXL Client
ActiveError Constructor



SI.PIXL.Client.Structs.CommandResponse Namespace > ActiveError Structure : ActiveError Constructor
A description of the error.
A code detailing the error.
If there is an active error.
Initialises a new instance of the ActiveError struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal description As String, _
   ByVal code As String, _
   ByVal hasActiveError As Boolean _
)
'Usage
 
Dim description As String
Dim code As String
Dim hasActiveError As Boolean
 
Dim instance As New ActiveError(description, code, hasActiveError)
public ActiveError( 
   string description,
   string code,
   bool hasActiveError
)
public:
ActiveError( 
   String^ description,
   String^ code,
   bool hasActiveError
)

Parameters

description
A description of the error.
code
A code detailing the error.
hasActiveError
If there is an active error.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActiveError Structure
ActiveError Members