ProblemDialog Constructor

Summary

Initializes a new instance of the ProblemDialog class.

Syntax
C#
VB
C++
public ProblemDialog( 
   string[] reasons, 
   bool noContinue 
) 
Public Function New( _ 
   ByVal reasons() As String, _ 
   ByVal noContinue As Boolean _ 
) 
public: 
ProblemDialog(  
   array<String^>^ reasons, 
   bool noContinue 
) 

Parameters

reasons
The reasons why the end context changes failed.

noContinue
The value of the Leadtools.Ccow.IContextManager.EndContextChanges no continue parameter.

Example

For an example refer to JoinCommonContext.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly