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




message
A string which represents the message.
Initializes a new instance of the InternalException class with a given error message.

Syntax

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

Parameters

message
A string which represents the message.

See Also


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