Initializes a new instance of the MultiFrameException class with a specified error message.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _
message As String _
)
public MultiFrameException(
string message
)
Type: System.String
The error message that explains the reason for the exception.