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 if the response code could not be determined.
500
Requirements
Namespace: Eas.WebCrawler.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)