ArcFM Responder Mobile Developer Guide
FieldIsNullException Constructor(Int32,String,String)






Syntax
'Declaration
 
Public Function New( _
   ByVal id As System.Integer, _
   ByVal fieldName As System.String, _
   ByVal tableName As System.String _
)
'Usage
 
Dim id As System.Integer
Dim fieldName As System.String
Dim tableName As System.String
 
Dim instance As New FieldIsNullException(id, fieldName, tableName)
public FieldIsNullException( 
   System.int id,
   System.string fieldName,
   System.string tableName
)
public FieldIsNullException( 
    id: System.Integer;
    fieldName: System.String;
    tableName: System.String
); 
public function FieldIsNullException( 
   id : System.int,
   fieldName : System.String,
   tableName : System.String
);
public: FieldIsNullException( 
   System.int id,
   System.string* fieldName,
   System.string* tableName
)
public:
FieldIsNullException( 
   System.int id,
   System.String^ fieldName,
   System.String^ tableName
)

Parameters

id
fieldName
tableName
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

FieldIsNullException Class
FieldIsNullException Members
Overload List

Send Feedback