Accusoft.ISISXpress7.Net
InvalidLicenseException Constructor(Int32,String)




An integer value which represents the error number.
A string value which represents the error message.
An InvalidLicenseException which allows passing in an error number and an error message.
Syntax
'Declaration
 
Public Function New( _
   ByVal errorNumber As Integer, _
   ByVal message As String _
)
'Usage
 
Dim errorNumber As Integer
Dim message As String
 
Dim instance As New InvalidLicenseException(errorNumber, message)
public InvalidLicenseException( 
   int errorNumber,
   string message
)
public: InvalidLicenseException( 
   int errorNumber,
   string* message
)
public:
InvalidLicenseException( 
   int errorNumber,
   String^ message
)

Parameters

errorNumber
An integer value which represents the error number.
message
A string value which represents the error message.
See Also

Reference

InvalidLicenseException Class
InvalidLicenseException Members
Overload List

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback