Resources  
  FAQ
Online Help File
Examples
External Links
 
  Online Help File  
  The Time2HELP help file is available online.  
  Order Time2HELP  
  Order Time2help and pay by credit card, check or bank transfer.  
  Order online from Kagi.  
  Download trial version  
 

Download the 30 day trial version of Time2HELP now.

 
 

 

From Vision to Code - Built by Delphi

 

 
Painless Documentation
for your Source Code
 
    Home   Features  Download   Support   News   Order   

The @Raises (@exception, @throws) Tag

Syntax

@raises exceptionname description

Synonyms

@exception, @throws.

Description

Adds a "Raises" section containing the specified list of (some of) the exceptions which may be raised by a method/routine. Only relevant for methods, routines and properties.

Example

{:Returns filedate of the file.
@raises Exception if file not found}
Function FileDate(const i_strFilename: String): TDateTime;
Begin
...
End;

This page was last updated 2005-08-21 .
Copyright © 1997-2005 by Digital Logikk AS.