ArcFM Desktop Developer Guide
SafeDirectoryCatalog Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal directory As String, _
   Optional ByVal logMefExceptions As Action(Of Exception) _
)
'Usage
 
Dim directory As String
Dim logMefExceptions As Action(Of Exception)
 
Dim instance As New SafeDirectoryCatalog(directory, logMefExceptions)
public SafeDirectoryCatalog( 
   string directory,
   Action<Exception> logMefExceptions
)

Parameters

directory
logMefExceptions
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

SafeDirectoryCatalog Class
SafeDirectoryCatalog Members

 

 


Send Comment