FormFix v6.0 for .NET - Updated
InvalidBitmapException Constructor(String)



Accusoft.FormDirectorSdk Namespace > InvalidBitmapException Class > InvalidBitmapException Constructor : InvalidBitmapException Constructor(String)
A string that describes the reason you are creating this exception object.
Initializes a new instance of the InvalidBitmapException class.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New InvalidBitmapException(message)
public InvalidBitmapException( 
   string message
)
public:
InvalidBitmapException( 
   String^ message
)

Parameters

message
A string that describes the reason you are creating this exception object.
Remarks
Normally, you will have no reason to construct an instance of this class. Instead, the FormDirector component will construct and throw exceptions of this type as needed.
See Also

Reference

InvalidBitmapException Class
InvalidBitmapException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.