IdeaBlade DevForce 2010 Help Reference
IsLicenseException Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityServerException Class : IsLicenseException Method



e
Determines if the exception is a license exception;

Syntax

Visual Basic (Declaration) 
Protected Shared Function IsLicenseException( _
   ByVal e As Exception _
) As Boolean
Visual Basic (Usage)Copy Code
Dim e As Exception
Dim value As Boolean
 
value = EntityServerException.IsLicenseException(e)
C# 
protected static bool IsLicenseException( 
   Exception e
)
C++/CLI 
protected:
static bool IsLicenseException( 
   Exception^ e
) 

Parameters

e

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.