ArcFM Responder Mobile Developer Guide
Warn(String,Object,Exception) Method






Syntax
'Declaration
 
Overloads Sub Warn( _
   ByVal name As System.String, _
   ByVal message As System.Object, _
   ByVal except As System.Exception _
) 
'Usage
 
Dim instance As INameLog
Dim name As System.String
Dim message As System.Object
Dim except As System.Exception
 
instance.Warn(name, message, except)
void Warn( 
   System.string name,
   System.object message,
   System.Exception except
)
procedure Warn( 
    name: System.String;
    message: System.TObject;
    except: System.Exception
); 
function Warn( 
   name : System.String,
   message : System.Object,
   except : System.Exception
);
void Warn( 
   System.string* name,
   System.Object* message,
   System.Exception* except
) 
void Warn( 
   System.String^ name,
   System.Object^ message,
   System.Exception^ except
) 

Parameters

name
message
except
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
Overload List

Send Feedback