AcdLibException Constructor (String, Exception) ACDLib API Documentation
AcdLibException constructor

Namespace: Inkostar.Classes
Assembly: ACDLib (in ACDLib.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public AcdLibException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The inner exception instance
See Also

Reference