Reference Library
TranscoderException Constructor (state, code, args, message)
NamespacesZamasoft.CTITranscoderExceptionTranscoderException(StateCode, Int16, array<String>[]()[][], String)
Declaration Syntax
C#Visual BasicVisual C++
public TranscoderException(
	StateCode state,
	short code,
	string[] args,
	string message
)
Public Sub New ( _
	state As StateCode, _
	code As Short, _
	args As String(), _
	message As String _
)
public:
TranscoderException(
	StateCode state, 
	short code, 
	array<String^>^ args, 
	String^ message
)
Parameters
state (StateCode)
code (Int16)
args (array<String>[]()[][])
message (String)

Assembly: CTI (Module: CTI)