EBoksExceptionCreateEBoksException Method |
[Missing <summary> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.CreateEBoksException(System.Net.WebException)"]
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 static EBoksException CreateEBoksException(
WebException webException
)
Public Shared Function CreateEBoksException (
webException As WebException
) As EBoksException
public:
static EBoksException^ CreateEBoksException(
WebException^ webException
)
static member CreateEBoksException :
webException : WebException -> EBoksException
Parameters
- webException WebException
[Missing <param name="webException"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.CreateEBoksException(System.Net.WebException)"]
Return Value
EBoksException[Missing <returns> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksException.CreateEBoksException(System.Net.WebException)"]
See Also