ArcFM Engine Developer Guide
MsgWarn(String,Exception) Method


Syntax
'Declaration
 
Public Overloads Shared Sub MsgWarn( _
   ByVal strMsg As String, _
   ByVal exc As Exception _
) 
'Usage
 
Dim strMsg As String
Dim exc As Exception
 
Messaging.MsgWarn(strMsg, exc)
public static void MsgWarn( 
   string strMsg,
   Exception exc
)

Parameters

strMsg
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

Messaging Class
Messaging Members
Overload List

 

 


Send Comment