ArcFM Responder Mobile Developer Guide
WarnFormat(String,Object) Method






Syntax
'Declaration
 
Public Overloads Overridable Sub WarnFormat( _
   ByVal format As System.String, _
   ByVal arg0 As System.Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim format As System.String
Dim arg0 As System.Object
 
instance.WarnFormat(format, arg0)
public virtual void WarnFormat( 
   System.string format,
   System.object arg0
)
public procedure WarnFormat( 
    format: System.String;
    arg0: System.TObject
); virtual; 
public function WarnFormat( 
   format : System.String,
   arg0 : System.Object
);
public: virtual void WarnFormat( 
   System.string* format,
   System.Object* arg0
) 
public:
virtual void WarnFormat( 
   System.String^ format,
   System.Object^ arg0
) 

Parameters

format
arg0
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

NamedLogInstance Class
NamedLogInstance Members
Overload List

Send Feedback