HandledException(String, Exception) Constructor

Class constructor.

Definition

Namespace: Aliquo.Core.Exceptions
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public HandledException(
	string message,
	Exception innerException
)

Parameters

message  String
Exception message.
innerException  Exception
Exception with the inner exception instance.

See Also