Main Page   Alphabetical List   Compound List   File List   Compound Members  

SynchException Class Reference

List of all members.

Detailed Description

This class is thrown by synchronisation classes in response to serious failures.


Public Methods

Construction
 this (char[] message)
 Creates an instance of the exception.

 this (char[] message, int error)
 Creates an instance of the exception, with the given.

Attributes
int error ()
 Returns the Win32 error code associated with the failure.


Member Function Documentation

int error   [inline]
 

Returns the Win32 error code associated with the failure.

this char    message[],
int    error
[inline]
 

Creates an instance of the exception, with the given.

Parameters:
The  message associated with the exception
The  Win32 error number associated with the exception

this char    message[] [inline]
 

Creates an instance of the exception.

Parameters:
The  message associated with the exception


The documentation for this class was generated from the following file:

D Libraries documentation © Synesis Software Pty Ltd, 2002-2003