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






Syntax
'Declaration
 
Public Overloads Overridable Sub Fatal( _
   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.Fatal(message, exception)
public virtual void Fatal( 
   System.object message,
   System.Exception exception
)
public procedure Fatal( 
    message: System.TObject;
    exception: System.Exception
); virtual; 
public function Fatal( 
   message : System.Object,
   exception : System.Exception
);
public: virtual void Fatal( 
   System.Object* message,
   System.Exception* exception
) 
public:
virtual void Fatal( 
   System.Object^ message,
   System.Exception^ exception
) 

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