EBoksException(WebException, String) Constructor |
Namespace: WorkZone.Dispatcher.EBoksAssembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic EBoksException(
WebException webException,
string contents
)
Public Sub New (
webException As WebException,
contents As String
)
public:
EBoksException(
WebException^ webException,
String^ contents
)
new :
webException : WebException *
contents : string -> EBoksException
Parameters
- webException WebException
[Missing <param name="webException"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.#ctor(System.Net.WebException,System.String)"]
- contents String
[Missing <param name="contents"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.#ctor(System.Net.WebException,System.String)"]
See Also