Accusoft Pegasus
Accusoft.MicrXpress1.Net
InternalException Constructor(Int32,String)
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > InternalException Class > InternalException Constructor : InternalException Constructor(Int32,String)




errorNumber
An integer which represents the error number.
message
A string which represents the message.
Initializes a new instance of the InternalException class with a given error number and message.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal errorNumber As Integer, _
   ByVal message As String _
)
Visual Basic (Usage) Copy Code
Dim errorNumber As Integer
Dim message As String
 
Dim instance As InternalException(errorNumber, message)
C#  
public InternalException( 
   int errorNumber,
   string message
)
Managed Extensions for C++  
public: InternalException( 
   int errorNumber,
   string* message
)
C++/CLI  
public:
InternalException( 
   int errorNumber,
   String^ message
)

Parameters

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

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.