A Sandcastle Documented Class Library
GifComponentStatus Constructor (errorState, errorMessage)
NamespacesGifComponentsGifComponentStatusGifComponentStatus(ErrorState, String)
Constructor.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453