ArcFM Responder Mobile Developer Guide
FatalFormat Method (INameLog)






Syntax
'Declaration
 
Sub FatalFormat( _
   ByVal format As System.String, _
   ByVal ParamArray args() As System.Object _
) 
'Usage
 
Dim instance As INameLog
Dim format As System.String
Dim args() As System.Object
 
instance.FatalFormat(format, args)
void FatalFormat( 
   System.string format,
   params System.object[] args
)
procedure FatalFormat( 
    format: System.String;
   params  args: System.TObjectarray of
); 
function FatalFormat( 
   format : System.String,
   args : System.Object[]
);
void FatalFormat( 
   System.string* format,
   params System.Object*[]* args
) 
void FatalFormat( 
   System.String^ format,
   ... System.array<Object^>^ args
) 

Parameters

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

INameLog Interface
INameLog Members

Send Feedback