| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal reasons() As String, _ ByVal noContinue As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim reasons() As String Dim noContinue As Boolean Dim instance As New ProblemDialog(reasons, noContinue) | |
| C# | |
|---|---|
public ProblemDialog( string[] reasons, bool noContinue ) | |
| C++/CLI | |
|---|---|
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.
For an example refer to JoinCommonContext.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7