CTI32 Class Library

CTIException Constructor 

Any CTI32 error will Throw this exceptoion. Note: This will only occur if you have set throwExceptions to true.

[Visual Basic]
Public Sub New( _
   ByVal Message As String _
)
[C#]
public CTIException(
   string Message
);

Parameters

Message

See Also

CTIException Class | CTI32NetLib Namespace