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






Syntax
'Declaration
 
Overloads Sub Fatal( _
   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.Fatal(name, message, except)
void Fatal( 
   System.string name,
   System.object message,
   System.Exception except
)
procedure Fatal( 
    name: System.String;
    message: System.TObject;
    except: System.Exception
); 
function Fatal( 
   name : System.String,
   message : System.Object,
   except : System.Exception
);
void Fatal( 
   System.string* name,
   System.Object* message,
   System.Exception* except
) 
void Fatal( 
   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