HandledException(HandledExceptionCodes, String, Exception) Constructor
Class constructor.
Namespace: Aliquo.Core.ExceptionsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public HandledException(
HandledExceptionCodes code,
string message,
Exception innerException
)
Public Sub New (
code As HandledExceptionCodes,
message As String,
innerException As Exception
)
Parameters
- code HandledExceptionCodes
- HandledExceptionCodes with the exception code.
- message String
- Exception message.
- innerException Exception
- Exception with the inner exception instance.