A Sandcastle Documented Class Library
SetStatus Method (errorState, errorMessage)
NamespacesGifComponentsGifComponentSetStatus(ErrorState, String)
Sets the ComponentStatus property of thie GifComponent.
Declaration Syntax
C#Visual BasicVisual C++
protected void SetStatus(
	ErrorState errorState,
	string errorMessage
)
Protected Sub SetStatus ( _
	errorState As ErrorState, _
	errorMessage As String _
)
protected:
void SetStatus(
	ErrorState errorState, 
	String^ errorMessage
)
Parameters
errorState (ErrorState)
A member of the Gif.Components.ErrorState enumeration.
errorMessage (String)
An error message associated with the error state.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453