Click or drag to resize

IdtException(String, Exception) Constructor

Creates a new instance of IdtException with the specified error message and InnerException property.

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
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.
See Also