IdeaBlade DevForce 2010 Help Reference
AssertNonDefaultVersion Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > IdeaBladeConfig Class : AssertNonDefaultVersion Method



throwIfDefault
Asserts that a non-default version of the IdeaBlade configuration file was found.

Syntax

Visual Basic (Declaration) 
Public Shared Sub AssertNonDefaultVersion( _
   Optional ByVal throwIfDefault As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim throwIfDefault As Boolean
 
IdeaBladeConfig.AssertNonDefaultVersion(throwIfDefault)
C# 
public static void AssertNonDefaultVersion( 
   bool throwIfDefault
)
C++/CLI 
public:
static void AssertNonDefaultVersion( 
   bool throwIfDefault
) 

Parameters

throwIfDefault

Exceptions

ExceptionDescription
IdeaBladeExceptionFile not found

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.