OVERONE.DotNetJ
Class DotNetJException

An exception thrown by DotNetJ

Constructor Summary
DotNetJException()
         Creates a new exception.
DotNetJException(string message)
         Creates a new exception with the specified message.

Properties inherited from class System.Exception
HelpLink, HResult, InnerException, Message, Source, StackTrace, TargetSite

Methods inherited from class System.Exception
GetBaseException, GetObjectData, ToString

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Constructor Detail

DotNetJException

public DotNetJException()

Creates a new exception.


DotNetJException

public DotNetJException(string message)

Creates a new exception with the specified message.

Parameters:
message - A message.