Oai_MainWriter.Write_Error Method
Write the OAI-PMH error in the correct (OAI-PMH) format
Namespace: SobekCM.Library.MainWritersAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
protected internal void Write_Error(
TextWriter Output,
string RequestVerb,
string ErrorCode,
string ErrorString
) |
Parameters
- Output
- Type: System.IO..::..TextWriter
Stream to which to write the text for this main writer
- RequestVerb
- Type: System..::..String
Verb from the original request
- ErrorCode
- Type: System..::..String
OAI-PMH Code for the error encountered
- ErrorString
- Type: System..::..String
String describes the problem encountered
See Also