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






Syntax
'Declaration
 
Public Overloads Overrides Sub Warn( _
   ByVal message As System.Object, _
   ByVal exception As System.Exception _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim message As System.Object
Dim exception As System.Exception
 
instance.Warn(message, exception)
public override void Warn( 
   System.object message,
   System.Exception exception
)
public procedure Warn( 
    message: System.TObject;
    exception: System.Exception
); override; 
public override function Warn( 
   message : System.Object,
   exception : System.Exception
);
public: void Warn( 
   System.Object* message,
   System.Exception* exception
) override 
public:
void Warn( 
   System.Object^ message,
   System.Exception^ exception
) override 

Parameters

message
exception
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