Constructor

Namespace:  Hyleos.Common
Assembly:  Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)

Syntax

C#
public HyleosException(
	string message,
	Exception innerException
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Visual C++
public:
HyleosException(
	String^ message, 
	Exception^ innerException
)

Parameters

message
Type: System..::.String
Error message
innerException
Type: System..::.Exception
Internal exception

See Also