ArcFM Responder Mobile Developer Guide
TableNotFoundException Constructor(String,String)






Syntax
'Declaration
 
Public Function New( _
   ByVal tableName As System.String, _
   ByVal workspaceName As System.String _
)
'Usage
 
Dim tableName As System.String
Dim workspaceName As System.String
 
Dim instance As New TableNotFoundException(tableName, workspaceName)
public TableNotFoundException( 
   System.string tableName,
   System.string workspaceName
)
public TableNotFoundException( 
    tableName: System.String;
    workspaceName: System.String
); 
public function TableNotFoundException( 
   tableName : System.String,
   workspaceName : System.String
);
public: TableNotFoundException( 
   System.string* tableName,
   System.string* workspaceName
)
public:
TableNotFoundException( 
   System.String^ tableName,
   System.String^ workspaceName
)

Parameters

tableName
workspaceName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TableNotFoundException Class
TableNotFoundException Members
Overload List

Send Feedback