Initializes a new instance of the ExceptionDetailBase class.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public ExceptionDetailBase(
	Exception exception,
	ExceptionDetailBase innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	exception As Exception, _
	innerException As ExceptionDetailBase _
)
Visual C++
public:
ExceptionDetailBase(
	Exception^ exception, 
	ExceptionDetailBase^ innerException
)

See Also