Constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public GifComponentStatus( ErrorState errorState, string errorMessage )
Public Sub New ( _ errorState As ErrorState, _ errorMessage As String _ )
public: GifComponentStatus( ErrorState errorState, String^ errorMessage )
Parameters
- errorState (ErrorState)
- A member of the Gif.Components.ErrorState enumeration.
- errorMessage (String)
- Any error message associated with the error state.