Constructs a UrlFailedEventArgs.

Declaration Syntax

Public Sub New( _
	ByVal state As ProcessingState, _
	ByVal resultDescription As String, _
	ByVal resultCode As Integer _
)
public UrlFailedEventArgs(
	ProcessingState state,
	string resultDescription,
	int resultCode
);
public: UrlFailedEventArgs(
	ProcessingState state,
	String resultDescription,
	int resultCode
);
public function UrlFailedEventArgs(
	state : ProcessingState,
	resultDescription : String,
	resultCode : int
);

Parameters

state
The ProcessingState for processing the failed url. 
resultDescription
A description of the reason for the failures. 
resultCode
The http response code generated by this failure, or
500
if the response code could not be determined. 

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

UrlFailedEventArgs Class | UrlFailedEventArgs Members | Eas.WebCrawler.Interfaces Namespace