Click or drag to resize

IcddException(String, Exception) Constructor

Initializes a new instance of the IcddException class

Namespace: IIB.ICDD.Handling
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public IcddException(
	string message,
	Exception innerException
)

Parameters

message  String
 
innerException  Exception
 
See Also