IdtException(String, Exception) Constructor
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
protected IdtException(
string message,
Exception innerException
)
Parameters
- message String
- A message describing the Exception.
- innerException Exception
- The Exception that resulted in this Exception
being thrown.