Sets the ComponentStatus property of thie GifComponent.

C# | Visual Basic | Visual C++ |
protected void SetStatus( ErrorState errorState, string errorMessage )
Protected Sub SetStatus ( _ errorState As ErrorState, _ errorMessage As String _ )
protected: void SetStatus( ErrorState errorState, String^ errorMessage )

- errorState (ErrorState)
- A member of the Gif.Components.ErrorState enumeration.
- errorMessage (String)
- An error message associated with the error state.