ArcFM Desktop Developer Guide
MessageWarn Method


Display a warning message to the user.
Syntax
'Declaration
 
Sub MessageWarn( _
   ByVal strMsg As String, _
   ByVal strWarn As String, _
   ByVal exc As Exception _
) 
'Usage
 
Dim instance As IUserMessages
Dim strMsg As String
Dim strWarn As String
Dim exc As Exception
 
instance.MessageWarn(strMsg, strWarn, exc)
void MessageWarn( 
   string strMsg,
   string strWarn,
   Exception exc
)

Parameters

strMsg
strWarn
exc
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IUserMessages Interface
IUserMessages Members

 

 


Send Comment