Hunny Software Library Reference

Exception Class

Exception class that indicates a network error or other error.

For a list of all members of this type, see Exception Members.

System.Object
   Exception
      ApplicationException
         Exception

[Visual Basic]
Public Class Exception
Inherits ApplicationException
[C#]
public class Exception : ApplicationException

Remarks

The class has two properties that provide information about the error that caused the exception. These properties are ErrorCode, which provides an error code, and Message, inherited from System.Exception, which provides a brief textual description of the error.

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

Exception Members | Hunny.Mail Namespace