SnCore!

RequiredElementNotFoundException Class Reference

The exception that is thrown when a required element is not found in the feed or entry. More...

List of all members.


Public Member Functions

 RequiredElementNotFoundException ()
 Initializes a new instance of the RequiredElementNotFoundException class.
 RequiredElementNotFoundException (string msg)
 Initializes a new instance of the RequiredElementNotFoundException class with a specified error message.
 RequiredElementNotFoundException (string msg, Exception inner)
 Initializes a new instance of the RequiredElementNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Detailed Description

The exception that is thrown when a required element is not found in the feed or entry.


Constructor & Destructor Documentation

Initializes a new instance of the RequiredElementNotFoundException class.

RequiredElementNotFoundException ( string  msg  ) 

Initializes a new instance of the RequiredElementNotFoundException class with a specified error message.

Parameters:
msg A message that describes the error.

RequiredElementNotFoundException ( string  msg,
Exception  inner 
)

Initializes a new instance of the RequiredElementNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters:
msg A message that describes the error.
inner The exception that is the cause of the current exception. If the innerException parameter is not a null reference, the current exception is raised in a catch block that handles the inner exception.


The documentation for this class was generated from the following file:
  • Exceptions.cs
© Vestris Inc., 2006-2007, All Rights Reserved | SnCore | Wed Mar 5 09:56:24 2008 | Doxygen 1.5.4