'Declaration
Public Function New( _ ByVal message As String, _ ByVal frameCount As Integer _ )
'Usage
Dim message As String Dim frameCount As Integer Dim instance As New TiffEncodeException(message, frameCount)
public TiffEncodeException( string message, int frameCount )
public: TiffEncodeException( String^ message, int frameCount )
Parameters
- message
- The exception message.
- frameCount
- Number of frames included in the generated TIFF image.