FCLicenseException Constructor(Boolean,Int32,String,Object[])
Syntax
'Declaration
Public Function New( _
ByVal _loggingEnabled_ As Boolean, _
ByVal _errorId_ As Integer, _
ByVal _messageId_ As String, _
ByVal ParamArray _args_() As Object _
)
public FCLicenseException(
bool _loggingEnabled_,
int _errorId_,
string _messageId_,
params object[] _args_
)
Parameters
loggingEnabled
errorId
messageId
args
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
FCLicenseException Class
FCLicenseException Members
Overload List