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




message
A string which represents the message.
innerException
An inner exception from the base constructor.
Initializes a new instance of the BitDepthException class with a given message and an inner exception.

Syntax

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

Parameters

message
A string which represents the message.
innerException
An inner exception from the base constructor.

See Also


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